Method | Description | |
---|---|---|
CreateNew ( DataViewHierarchyAccessor HierarchyAccessor ) : void | ||
ExecuteCommand ( int command ) : void | ||
GetEditor ( ) : object | ||
GetSaveSql ( ) : string | ||
TableNode ( DataViewHierarchyAccessor hierarchyAccessor, int id ) : System |
Method | Description | |
---|---|---|
GetCurrentName ( ) : string | ||
Load ( ) : void | ||
Save ( ) : bool |
We override Save here because we want to prompt for a new name if this table is new and the user has not changed the default name
|
public static CreateNew ( DataViewHierarchyAccessor HierarchyAccessor ) : void | ||
HierarchyAccessor | DataViewHierarchyAccessor | |
return | void |
public TableNode ( DataViewHierarchyAccessor hierarchyAccessor, int id ) : System | ||
hierarchyAccessor | DataViewHierarchyAccessor | |
id | int | |
return | System |