Property | Type | Description | |
---|---|---|---|
GetTableOptionSql | string | ||
KeyExists | bool | ||
LoadForeignKeys | void | ||
LoadIndexes | void | ||
OnDataUpdated | void | ||
ParseColumns | void | ||
ParseCreateOptions | void | ||
ParseTableData | void | ||
ShouldSerializeAutoInc | bool | ||
ShouldSerializeAvgRowLength | bool | ||
ShouldSerializeCharacterSet | bool | ||
ShouldSerializeCheckSum | bool | ||
ShouldSerializeCollation | bool | ||
ShouldSerializeComment | bool | ||
ShouldSerializeDataDirectory | bool | ||
ShouldSerializeEngine | bool | ||
ShouldSerializeIndexDirectory | bool | ||
ShouldSerializeInsertMethod | bool | ||
ShouldSerializeMaxRows | bool | ||
ShouldSerializeMinRows | bool | ||
ShouldSerializeName | bool | ||
ShouldSerializePackKeys | bool | ||
ShouldSerializeRowFormat | bool | ||
ShouldSerializeSchema | bool | ||
StringPropertyHasChanged | bool | ||
System | |||
System | |||
Table | System | ||
node_DataSaved | void |
Method | Description | |
---|---|---|
CreateIndexWithUniqueName ( bool primary ) : |
||
DeleteKey ( string keyName ) : void | ||
GetAttributes ( ) : |
||
GetClassName ( ) : string | ||
GetColumnNames ( ) : List |
||
GetComponentName ( ) : string | ||
GetConverter ( ) : |
||
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
GetDefaultProperty ( ) : |
||
GetEditor ( |
||
GetEvents ( |
||
GetProperties ( |
||
GetPropertyOwner ( |
||
GetSql ( ) : string | ||
HasChanges ( ) : bool | ||
NotifyUpdate ( ) : void | ||
Table ( TableNode node, |
Method | Description | |
---|---|---|
GetTableOptionSql ( bool newTable ) : string | ||
KeyExists ( string keyName ) : bool | ||
LoadForeignKeys ( ) : void | ||
LoadIndexes ( ) : void | ||
OnDataUpdated ( ) : void | ||
ParseColumns ( |
||
ParseCreateOptions ( string createOptions ) : void | ||
ParseTableData ( |
||
ShouldSerializeAutoInc ( ) : bool | ||
ShouldSerializeAvgRowLength ( ) : bool | ||
ShouldSerializeCharacterSet ( ) : bool | ||
ShouldSerializeCheckSum ( ) : bool | ||
ShouldSerializeCollation ( ) : bool | ||
ShouldSerializeComment ( ) : bool | ||
ShouldSerializeDataDirectory ( ) : bool | ||
ShouldSerializeEngine ( ) : bool | ||
ShouldSerializeIndexDirectory ( ) : bool | ||
ShouldSerializeInsertMethod ( ) : bool | ||
ShouldSerializeMaxRows ( ) : bool | ||
ShouldSerializeMinRows ( ) : bool | ||
ShouldSerializeName ( ) : bool | ||
ShouldSerializePackKeys ( ) : bool | ||
ShouldSerializeRowFormat ( ) : bool | ||
ShouldSerializeSchema ( ) : bool | ||
StringPropertyHasChanged ( string newVal, string oldVal ) : bool | ||
System ( ) : |
||
System ( ) : |
||
Table ( ) : System | ||
node_DataSaved ( object sender, |
public CreateIndexWithUniqueName ( bool primary ) : |
||
primary | bool | |
return |
public GetAttributes ( ) : |
||
return |
public GetConverter ( ) : |
||
return |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
return | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
return |
public GetEditor ( |
||
editorBaseType | ||
return | object |
public GetEvents ( |
||
attributes | ||
return |
public GetProperties ( |
||
attributes | ||
return |
public GetPropertyOwner ( |
||
pd | ||
return | object |
public Table ( TableNode node, |
||
node | TableNode | |
row | ||
columns | ||
return | System |