MySqlGeometry.SetDSInfo Method

MySQL Connector/Net

MySqlGeometrySetDSInfo Method

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public static void SetDSInfo(
	MySqlSchemaCollection dsTable
)
Public Shared Sub SetDSInfo ( 
	dsTable As MySqlSchemaCollection
)
public:
static void SetDSInfo(
	MySqlSchemaCollection^ dsTable
)
static member SetDSInfo : 
        dsTable : MySqlSchemaCollection -> unit 

Parameters

dsTable
Type: MySql.Data.MySqlClientMySqlSchemaCollection
See Also