Creates new bound row with the defined parameters.
Creates new bound row.
public CopyOfBoundRow(DataRow);
Creates new bound row with the defined parameters.
public CopyOfBoundRow(int,int,DataRow);
Creates new bound row with the defined parameters.
public CopyOfBoundRow(int,int,DataRow,Mapping);
Creates new bound row from any object given its PropertyMapping.
public CopyOfBoundRow(int,int,object,PropertyMapping);
Creates new bound row from any object given its PropertyMapping.
public CopyOfBoundRow(int,int,object,PropertyMapping,bool);
CopyOfBoundRow Class | Resco.Controls.AdvancedList Namespace