|
| string | GetColumnValueAsString (DataRow row, DataRowVersion version) |
| |
| void | BindExpression () |
| |
| void | SetOrdinalInternal (int ordinal) |
| |
| void | SetTable (DataTable table) |
| |
| void | InitializeRecord (int record) |
| |
| void | SetValue (int record, object value) |
| |
| void | FreeRecord (int record) |
| |
| void | InternalUnique (bool value) |
| |
| void | CheckColumnConstraint (DataRow row, DataRowAction action) |
| |
| bool | CheckMaxLength () |
| |
| void | CheckMaxLength (DataRow dr) |
| |
| void | CheckNotAllowNull () |
| |
| void | CheckNullable (DataRow row) |
| |
| int | Compare (int record1, int record2) |
| |
| bool | CompareValueTo (int record1, object value, bool checkType) |
| |
| int | CompareValueTo (int record1, object value) |
| |
| object | ConvertValue (object value) |
| |
| void | Copy (int srcRecordNo, int dstRecordNo) |
| |
| DataColumn | Clone () |
| |
| object | GetAggregateValue (int[] records, AggregateType kind) |
| |
| void | Init (int record) |
| |
| bool | IsValueCustomTypeInstance (object value) |
| |
| bool | IsNull (int record) |
| |
| bool | IsInRelation () |
| |
| bool | IsMaxLengthViolated () |
| |
| bool | IsNotAllowDBNullViolated () |
| |
| void | FinishInitInProgress () |
| |
| void | RaisePropertyChanging (string name) |
| |
| void | SetCapacity (int capacity) |
| |
| void | OnSetDataSet () |
| |
| object | ConvertXmlToObject (string s) |
| |
| object | ConvertXmlToObject (XmlReader xmlReader, XmlRootAttribute xmlAttrib) |
| |
| string | ConvertObjectToXml (object value) |
| |
| void | ConvertObjectToXml (object value, XmlWriter xmlWriter, XmlRootAttribute xmlAttrib) |
| |
| object | GetEmptyColumnStore (int recordCount) |
| |
| void | CopyValueIntoStore (int record, object store, BitArray nullbits, int storeIndex) |
| |
| void | SetStorage (object store, BitArray nullbits) |
| |
| void | AddDependentColumn (DataColumn expressionColumn) |
| |
| void | RemoveDependentColumn (DataColumn expressionColumn) |
| |
| void | HandleDependentColumnList (DataExpression oldExpression, DataExpression newExpression) |
| |
| void | CopyExpressionFrom (DataColumn source) |
| |
Definition at line 23 of file DataColumn.cs.