IDataManagerConnector Methods
The IDataManagerConnector type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConvertFunctionString |
Returns a string with a convert function for each database type
|
|
DeriveParameters |
Derives stored procedure parameters
|
|
DropTable |
Deletes a table in the current database
|
|
GetDbCommand()()()() |
Returns a standard DbCommand
|
|
GetDbCommand(String, DbConnection) |
Returns a standard DbCommand
|
|
GetDbConnection |
Returns a standard DbConnection
|
|
GetDbDataAdapter |
Returns a standard DbDataAdapter
|
|
GetDbParameter()()()() |
Returns a standard DbParameter
|
|
GetDbParameter(String, DbType, Int32) |
Returns a standard DbParameter
|
|
GetObjectSchema |
Returns A datatable with table or view schema info
|
|
GetPaginatedSql |
Prepares a SQL statement to execute paginated
|
|
GetStandardDbType |
Returns a standar dbtype
|
|
GetStoredResult |
Returns if a stored has executed with success or has failed
|
|
GetTableDefaults |
Returns a DataTable with a table field's defaults.
|
|
InsertRowAndReturnIdentity |
Inserts a row in the database and returns the identity value for that row
|
|
IsDelete |
Returns true if sencente has only once delete statement
|
|
IsInsert |
Returns true if sencente has only once insert statement
|
|
IsMultiSelect |
Returns true if sencente has only select statements
|
|
IsSelect |
Returns true if sencente has only once select statement
|
|
IsUpdate |
Returns true if sencente has only once update statement
|
|
TestSql |
Tests a SQL sentence
|