DomainObjects Class Library

BindUtil Methods

The methods of the BindUtil class are listed below. For a complete list of BindUtil class members, see the BindUtil Members topic.

Public Static Methods

BindToTransaction Binds the given persistable object to the current transaction if the current method call is being made in the context of a transaction. If the transaction commits, the given object will be persisted to the database: if the object is new, then the object will be inserted to the database, if the object is modified, then the object will be updated to the database and if Delete has been called on the object, then the object will be deleted from the database.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

BindUtil Class | DomainObjects.Facade.Transaction Namespace