| Member | Description |
|---|---|
Add |
This method adds a new record to the x-link dataset and links to the specified foreign key record public IEntitySubItemCollectionItem Add( Guid targetItemId ); public IEntitySubItemCollectionItem Add( int targetItemId ); public IEntitySubItemCollectionItem Add( string targetItemText ); |
SetTable |
Sets internally used data tables. This is usually done on or immediately after instantiation. public void SetTable( DataTable table, DataTable xlinkTargetTable ); |