Method | Description | |
---|---|---|
DataColumn ( ) : System.Xml |
Initializes a new instance of a
|
|
DataColumn ( string columnName ) : System.Xml |
Inititalizes a new instance of the
|
|
DataColumn ( string columnName, Type dataType ) : System.Xml |
Inititalizes a new instance of the
|
|
DataColumn ( string columnName, Type dataType, string expr ) : System.Xml |
Initializes a new instance of the
|
|
DataColumn ( string columnName, Type dataType, string expr, MappingType type ) : System.Xml |
Initializes a new instance of the
|
|
SetOrdinal ( int ordinal ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CheckNotAllowNull ( ) : void | ||
CheckUnique ( ) : void | ||
OnPropertyChanging ( |
||
RaisePropertyChanging ( string name ) : void |
Method | Description | |
---|---|---|
AddDependentColumn ( |
||
BindExpression ( ) : void | ||
CheckColumnConstraint ( |
||
CheckMaxLength ( ) : bool | ||
CheckMaxLength ( |
||
CheckNullable ( |
||
Clone ( ) : |
||
Compare ( int record1, int record2 ) : int | ||
CompareValueTo ( int record1, object value, bool checkType ) : bool | ||
CompareValueTo ( int record1, object value ) : int | ||
ConvertObjectToXml ( object value ) : string | ||
ConvertObjectToXml ( object value, |
||
ConvertValue ( object value ) : object | ||
ConvertXmlToObject ( |
||
ConvertXmlToObject ( string s ) : object | ||
Copy ( int srcRecordNo, int dstRecordNo ) : void | ||
CopyValueIntoStore ( int record, object store, |
||
FindParentRelation ( ) : |
Finds a relation that this column is the sole child of or null.
|
|
FinishInitInProgress ( ) : void | ||
FreeRecord ( int record ) : void | ||
GetAggregateValue ( int records, AggregateType kind ) : object | ||
GetColumnValueAsString ( |
||
GetDataRow ( int index ) : |
||
GetEmptyColumnStore ( int recordCount ) : object | ||
GetStringLength ( int record ) : int | ||
HandleDependentColumnList ( |
||
Init ( int record ) : void | ||
InitializeRecord ( int record ) : void | ||
InsureStorage ( ) : void | ||
InternalUnique ( bool value ) : void | ||
IsAutoIncrementType ( Type dataType ) : bool | ||
IsColumnMappingValid ( StorageType typeCode, MappingType mapping ) : bool | ||
IsInRelation ( ) : bool |
Returns true if this column is a part of a Parent or Child key for a relation.
|
|
IsMaxLengthViolated ( ) : bool | ||
IsNotAllowDBNullViolated ( ) : bool | ||
IsNull ( int record ) : bool | ||
IsValueCustomTypeInstance ( object value ) : bool | ||
OnSetDataSet ( ) : void | ||
RemoveDependentColumn ( |
||
ResetCaption ( ) : void |
Resets the
|
|
ResetNamespace ( ) : void | ||
SetCapacity ( int capacity ) : void | ||
SetMaxLengthSimpleType ( ) : void | ||
SetOrdinalInternal ( int ordinal ) : void | ||
SetStorage ( object store, |
||
SetTable ( |
Internal mechanism for changing the table pointer.
|
|
SetValue ( int record, object value ) : void | ||
ShouldSerializeCaption ( ) : bool |
Gets a value indicating whether the
|
|
ShouldSerializeDefaultValue ( ) : bool | ||
ShouldSerializeNamespace ( ) : bool | ||
UpdateColumnType ( Type type, StorageType typeCode ) : void | ||
this ( int record ) : object |
This is how data is pushed in and out of the column.
|
public DataColumn ( string columnName ) : System.Xml | ||
columnName | string | |
return | System.Xml |
public DataColumn ( string columnName, Type dataType ) : System.Xml | ||
columnName | string | |
dataType | Type | |
return | System.Xml |
public DataColumn ( string columnName, Type dataType, string expr ) : System.Xml | ||
columnName | string | |
dataType | Type | |
expr | string | |
return | System.Xml |
public DataColumn ( string columnName, Type dataType, string expr, MappingType type ) : System.Xml | ||
columnName | string | |
dataType | Type | |
expr | string | |
type | MappingType | |
return | System.Xml |
protected OnPropertyChanging ( |
||
pcevent | ||
return | void |
protected RaisePropertyChanging ( string name ) : void | ||
name | string | |
return | void |