Method | Description | |
---|---|---|
GetCommandConfiguration ( ) : CommandConfiguration | ||
InsertSqlBuilder ( |
Method | Description | |
---|---|---|
Build ( ) : string | ||
GetInsertColumns ( ) : string | ||
GetInsertableColumns ( ) : IEnumerable |
||
GetValues ( ) : object[] | ||
GetValuesPlaceholders ( ) : string |
public GetCommandConfiguration ( ) : CommandConfiguration | ||
return | CommandConfiguration |
public InsertSqlBuilder ( |
||
info | ||
data | object | |
provider | IDbProvider | |
options | InsertSqlOptions | |
return | System |