ApplicationIntent
represents the application workload type when connecting to a server
namespace System.Data.SqlClient
{
[Obsolete("Use the Microsoft.Data.SqlClient package instead.")]
public enum ApplicationIntent
{
ReadWrite,
ReadOnly
}
}