SQLiteConnectionGetTableInfo Method |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<SQLiteConnectionColumnInfo> GetTableInfo(
string tableName
)
Public Function GetTableInfo (
tableName As String
) As List(Of SQLiteConnectionColumnInfo)
public:
List<SQLiteConnectionColumnInfo^>^ GetTableInfo(
String^ tableName
)
member GetTableInfo :
tableName : string -> List<SQLiteConnectionColumnInfo>
Parameters
- tableName
- Type: SystemString
Return Value
Type:
ListSQLiteConnectionColumnInfo
See Also