Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

IObjectDbCommandBuilder Members

The IObjectDbCommandBuilder<(Of <(<'TArgument>)>)> type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToObject
Materializes the result as a new instance of the same type as the argumentValue
Public method ToObjectOrNull
Materializes the result as a new instance of the same type as the argumentValue
Public method ToString (Inherited from Object.)
Public method WithKeys
Uses an explicitly specified set of key column(s). This overrides the UseKeyAttribute option.
Public method WithRefresh
After executing the operation, refreshes the properties on the argumentValue by reading the updated values from the database.

Properties


  Name Description
Public property ArgumentValue
Gets the argument value passed to the command builder.