Click or drag to resize

OrmBiDataIntegrator Methods

The OrmBiDataIntegrator type exposes the following members.

Methods
 NameDescription
Public methodBeginTransaction Begin a transaction
Public methodClose Close the current context
Public methodCommitTransaction Commit the transaction
Public methodCreateDatabase Creates the target database or data structure which the provider uses
Public methodDatabaseExists Determines if the target database exists
Public methodDelete Deletes dataToDelete from target
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodDropDatabase Drops the target object, database or other structure
Public methodDropObject Drop the objectToDrop from the database
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecuteNonQuery Execute a query and don't return the result
Public methodExists Returns true if the object exists in the metadata
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInsert Inserts the specified dataToInsert in target
Public methodInsertOrUpdate Inserts or updates the dataToInsert in target
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNeedsMigration True if the objectToCheck needs to be updated
Public methodOpenRead Open the data integrator connection for reading
Public methodOpenWrite Open the data integrator connection for writing
Public methodQuery Execute a query queryToExecute returning the results
Public methodRecreateObject Creates objectToCreate in the database
Public methodRollbackTransaction Commit the transaction
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTruncateObject Truncate objectToTruncate
Public methodUpdate Update the dataToUpdate in target
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also