Method | Description | |
---|---|---|
CreateInstance ( IDataReader reader ) : object | ||
GetColumnInfo ( string columnName ) : |
||
GetIdentifierValue ( object instance ) : object | ||
GetInsertValues ( object instance ) : SqlArgument[] | ||
GetUpdateValues ( object instance ) : SqlArgument[] | ||
HasDefaultIdentifierValue ( object instance ) : bool | ||
IsDefaultIdentifier ( object identifier ) : bool | ||
SetIdentifierValue ( object instance, object identifier ) : void | ||
VerifyInstanceForInsert ( object instance ) : void |
public CreateInstance ( IDataReader reader ) : object | ||
reader | IDataReader | |
return | object |
public GetColumnInfo ( string columnName ) : |
||
columnName | string | |
return |
public GetIdentifierValue ( object instance ) : object | ||
instance | object | |
return | object |
public GetInsertValues ( object instance ) : SqlArgument[] | ||
instance | object | |
return | SqlArgument[] |
public GetUpdateValues ( object instance ) : SqlArgument[] | ||
instance | object | |
return | SqlArgument[] |
public HasDefaultIdentifierValue ( object instance ) : bool | ||
instance | object | |
return | bool |
public IsDefaultIdentifier ( object identifier ) : bool | ||
identifier | object | |
return | bool |
public SetIdentifierValue ( object instance, object identifier ) : void | ||
instance | object | |
identifier | object | |
return | void |
public VerifyInstanceForInsert ( object instance ) : void | ||
instance | object | |
return | void |