RemObjects.DataAbstract.Schema

Classes

Class Notes
BeforeExecutingGetDataReaderEventHandler
FieldUtils The FieldUtils class is a static helper class that provides methods to convert .NET types to corresponding Data Abstract for .NET types or enumerations. Such conversions are needed to map the .NET types to corresponding serializable types used by the...
NamedSchemaCollection<TItem>
SchemaBusinessRuleScript The SchemaBusinessRuleScript class provides the Business Rules Scripts base class which defines specific rules and actions to validate data input, without having to hard-code this logic into the client and server...
SchemaClientBusinessRuleScript The SchemaClientBusinessRuleScript provides the Business Rules Scripts class which defines specific rules and actions to validate data input, without having to hard-code this logic into the client and server application...
SchemaCommandCollection
SimpleSchemaCollection<TItem>

Enums

Enum Notes
AlignmentType The AlignmentType enumeration denotes recommended display alignment used for the Schema table field in visual data controls.
BlobType The BlobType enumeration denotes the exact type of the BLOB (Binary Large OBject) datatable field.
DataType The DataType enumeration designates a Schema filed's data type. Values of this type are used by the Data Abstract to store information about data types while processing data requests.
JoinTypes The JoinTypes enumeration denotes the way two Schema tables should be joined.
StatementType The StatementType enumeration denotes how the given Schema statement will be translated to a SQL database request.