ExecuteSql.GetHostPlatform(Object) Method

Definition

Returns the HostPlatform property of the connection

public static string GetHostPlatform (object con);
static member GetHostPlatform : obj -> string
Public Shared Function GetHostPlatform (con As Object) As String

Parameters

con
Object

Returns

A value from the HostPlatformNames class

Applies to