共用方式為


SqliteConnection.GetSchema 方法

定義

多載

GetSchema()

傳回這個常數之資料來源的架構資訊。

GetSchema(String)

傳回這個常數之資料來源的架構資訊。

GetSchema(String, String[])

傳回這個常數之資料來源的架構資訊。

GetSchema()

傳回這個常數之資料來源的架構資訊。

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

傳回

架構資訊。

適用於

GetSchema(String)

傳回這個常數之資料來源的架構資訊。

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

參數

collectionName
String

結構描述的名稱。

傳回

架構資訊。

適用於

GetSchema(String, String[])

傳回這個常數之資料來源的架構資訊。

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

參數

collectionName
String

結構描述的名稱。

restrictionValues
String[]

限制。

傳回

架構資訊。

適用於