Свойство | Тип | Описание | |
---|---|---|---|
CheckNamespaceValidityForNestedRelations | void | ||
CheckNestedRelations | void | ||
CheckState | void | ||
Clone | |||
Create | void | ||
DataRelation | System.ComponentModel | ||
DataRelation | System.ComponentModel | ||
GetChildRows | System.Data.DataRow[] | ||
GetParentRow | |||
GetParentRows | System.Data.DataRow[] | ||
IsAutoGenerated | bool | ||
IsKeyNull | bool | ||
SetChildKeyConstraint | void | ||
SetDataSet | void | ||
SetParentKeyConstraint | void | ||
SetParentRowRecords | void | ||
ValidateMultipleNestedRelations | void |
Метод | Описание | |
---|---|---|
DataRelation ( string relationName, |
Initializes a new instance of the
|
|
DataRelation ( string relationName, |
Initializes a new instance of the
|
|
ToString ( ) : string |
|
Метод | Описание | |
---|---|---|
CheckStateForProperty ( ) : void |
Checks to ensure the DataRelation is a valid object, even if it doesn't belong to a
|
|
OnPropertyChanging ( |
||
RaisePropertyChanging ( string name ) : void |
Метод | Описание | |
---|---|---|
CheckNamespaceValidityForNestedRelations ( string ns ) : void | ||
CheckNestedRelations ( ) : void | ||
CheckState ( ) : void | ||
Clone ( |
||
Create ( string relationName, |
||
DataRelation ( string relationName, string parentTableName, string childTableName, string parentColumnNames, string childColumnNames, bool nested ) : System.ComponentModel | ||
DataRelation ( string relationName, string parentTableName, string parentTableNamespace, string childTableName, string childTableNamespace, string parentColumnNames, string childColumnNames, bool nested ) : System.ComponentModel | ||
GetChildRows ( |
Gets the child rows for the parent row across the relation using the version given
|
|
GetParentRow ( |
||
GetParentRows ( |
Gets the parent rows for the given child row across the relation using the version given
|
|
IsAutoGenerated ( |
||
IsKeyNull ( object values ) : bool | ||
SetChildKeyConstraint ( |
||
SetDataSet ( |
Internally sets the DataSet pointer.
|
|
SetParentKeyConstraint ( |
||
SetParentRowRecords ( |
||
ValidateMultipleNestedRelations ( ) : void |
public DataRelation ( string relationName, |
||
relationName | string | |
parentColumn | ||
childColumn | ||
Результат | System.ComponentModel |
public DataRelation ( string relationName, |
||
relationName | string | |
parentColumn | ||
childColumn | ||
createConstraints | bool | |
Результат | System.ComponentModel |
protected OnPropertyChanging ( |
||
pcevent | ||
Результат | void |
protected RaisePropertyChanging ( string name ) : void | ||
name | string | |
Результат | void |