ClassStructureInfo Methods |
The ClassStructureInfo type exposes the following members.
Name | Description | |
---|---|---|
CheckComplete |
Checks whether the given data is complete (has all columns set to some value).
| |
Combine |
Combines class structure definitions to the one
| |
ContainsColumn |
Returns true if the data class has the specified column.
| |
ConvertDataToParams |
Returns the object data converted to the query parameters.
| |
GetClassInfo |
Returns the class info for specified class.
| |
GetColumnIndex |
Gets the column index.
| |
GetColumns(String) |
Gets the columns for the listed class names
| |
GetColumns(Type) |
Gets the list of columns of the given type
| |
GetColumnType |
Gets the column type.
| |
GetNewData |
Gets new data array for object of the given class.
| |
GetNewDataSet |
Gets new data structure for class data as a DataSet.
| |
GetObjectData |
Object serialization.
| |
GetTableIndexes |
Gets underlying database table's indexes. Returns null when information regarding indexes is not available.
| |
GetXmlSchema |
Gets the XML schema of the DataSet represented by this structure
| |
InitCollections |
Initializes the inner collections for structure
| |
RegisterColumn |
Registers the given column within the structure info
| |
Remove |
Removes the specified class structure definition.
| |
SetAllMissing |
Sets all the items in the data to missing values.
|