SchemaDataTable
Overview
The class represents a schema of the single table from Schema. Usually returned with data request and is used to initialized table according to the schema.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.schema
- Ancestry: SQLSchemaElement | SchemaDataTable
DeleteCommandName
property DeleteCommandName: String read write;
String DeleteCommandName { __get; __set; }
Fields
property Fields: SchemaFieldCollection read;
SchemaFieldCollection Fields { __get; }
InsertCommandName
property InsertCommandName: String read write;
String InsertCommandName { __get; __set; }
readFrom
Fills the current instance with data from xml node. It is used in deserialization from XML.
method readFrom(node: Node)
void readFrom(Node node)
Parameters:
- node: A given XML node to read.
ReadOnly
property ReadOnly: Boolean read write;
Boolean ReadOnly { __get; __set; }
UpdateCommandName
property UpdateCommandName: String read write;
String UpdateCommandName { __get; __set; }
DeleteCommandName
property DeleteCommandName: String read write;
String DeleteCommandName { __get; __set; }
Fields
property Fields: SchemaFieldCollection read;
SchemaFieldCollection Fields { __get; }
InsertCommandName
property InsertCommandName: String read write;
String InsertCommandName { __get; __set; }
ReadOnly
property ReadOnly: Boolean read write;
Boolean ReadOnly { __get; __set; }
UpdateCommandName
property UpdateCommandName: String read write;
String UpdateCommandName { __get; __set; }
readFrom
Fills the current instance with data from xml node. It is used in deserialization from XML.
method readFrom(node: Node)
void readFrom(Node node)
Parameters:
- node: A given XML node to read.