{CompanyName} FlexyGo

IDataManagerConnector Methods

The IDataManagerConnector type exposes the following members.

Methods


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