Method | Description | |
---|---|---|
DbTable ( string tableName ) : System | ||
DbTable ( string tableName, List |
||
DbTable ( string tableName, List |
||
DbTable ( string tableName, List |
||
FindColumnDb ( string fieldName ) : |
||
FindColumnSchema ( string fieldName ) : |
||
GetAutoIncrementCount ( ) : int |
Returns number of auto increment columns
|
|
GetFirstAutoIncrementField ( ) : |
Returns number of auto increment columns
|
|
GetPrimaryKey ( ) : |
||
HasAutoIncrement ( ) : bool |
Checks if this table has auto increment column or not
|
|
HasPrimaryKey ( ) : bool |
Checks if this table has primary key or not
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
FindColumns__ ( string fieldName ) : List |
public DbTable ( string tableName, List |
||
tableName | string | |
schemaColumns | List |
|
return | System |
public DbTable ( string tableName, List |
||
tableName | string | |
schemaColumns | List |
|
foreignKeys | List |
|
return | System |
public DbTable ( string tableName, List |
||
tableName | string | |
schemaColumns | List |
|
foreignKeys | List |
|
constraintKeys | List |
|
return | System |
public FindColumnDb ( string fieldName ) : |
||
fieldName | string | |
return |
public FindColumnSchema ( string fieldName ) : |
||
fieldName | string | |
return |
public GetFirstAutoIncrementField ( ) : |
||
return |