SqlConnectionInfo.IsApplicationIntentKeywordSupported Method

Definition

Checks whether "ApplicationIntent" is supported in the runtime environment

public static bool IsApplicationIntentKeywordSupported ();
static member IsApplicationIntentKeywordSupported : unit -> bool
Public Shared Function IsApplicationIntentKeywordSupported () As Boolean

Returns

Remarks

"ApplicationIntent" is not supported until .Net4.5

Applies to