Udostępnij przez


SqliteConnection.GetSchema Metoda

Definicja

Przeciążenia

Nazwa Opis
GetSchema()

Zwraca informacje o schemacie dla źródła danych tego konnecitonu.

GetSchema(String)

Zwraca informacje o schemacie dla źródła danych tego konnecitonu.

GetSchema(String, String[])

Zwraca informacje o schemacie dla źródła danych tego konnecitonu.

GetSchema()

Zwraca informacje o schemacie dla źródła danych tego konnecitonu.

public override System.Data.DataTable GetSchema ();
override this.GetSchema : unit -> System.Data.DataTable
Public Overrides Function GetSchema () As DataTable

Zwraca

Informacje o schemacie.

Dotyczy

GetSchema(String)

Zwraca informacje o schemacie dla źródła danych tego konnecitonu.

public override System.Data.DataTable GetSchema (string collectionName);
override this.GetSchema : string -> System.Data.DataTable
Public Overrides Function GetSchema (collectionName As String) As DataTable

Parametry

collectionName
String

Nazwa schematu.

Zwraca

Informacje o schemacie.

Dotyczy

GetSchema(String, String[])

Zwraca informacje o schemacie dla źródła danych tego konnecitonu.

public override System.Data.DataTable GetSchema (string collectionName, string?[] restrictionValues);
override this.GetSchema : string * string[] -> System.Data.DataTable
Public Overrides Function GetSchema (collectionName As String, restrictionValues As String()) As DataTable

Parametry

collectionName
String

Nazwa schematu.

restrictionValues
String[]

Ograniczenia.

Zwraca

Informacje o schemacie.

Dotyczy