| TableSchemaGetSchema Method |
Returns table schema information.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static TableSchema GetSchema(
IDbConnection connection,
string tableName
)
Public Shared Function GetSchema (
connection As IDbConnection,
tableName As String
) As TableSchema
Parameters
- connection
- Type: System.DataIDbConnection
Database connection to use. - tableName
- Type: SystemString
Table name.
Return Value
Type:
TableSchemaTable schema information or null (Nothing in Visual Basic) if schema information cannot be retrieved.
Exceptions See Also