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

OleDbSqlServerEffectiveSettings Members

The OleDbSqlServerEffectiveSettings type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties


  Name Description
Public property AnsiNullDefaultOff
ANSI_NULL_DFLT_OFF. Alters the session's behavior not to use ANSI compatibility for nullability. New columns defined without explicit nullability do not allow nulls.
Public property AnsiNullDefaultOn
ANSI_NULL_DFLT_ON. Alters the session's behavior to use ANSI compatibility for nullability. New columns defined without explicit nullability are defined to allow nulls.
Public property AnsiNulls
ANSI_NULLS. Controls NULL handling when using equality operators.
Public property AnsiPadding
ANSI_PADDING. Controls padding of fixed-length variables.
Public property AnsiWarning
ANSI_WARNINGS. Controls truncation and NULL in aggregate warnings.
Public property ArithAbort
ARITHABORT. Terminates a query when an overflow or divide-by-zero error occurs during query execution.
Public property ArithIgnore
ARITHIGNORE. Returns NULL when an overflow or divide-by-zero error occurs during a query.
Public property ConcatNullYieldsNull
CONCAT_NULL_YIELDS_NULL. Returns NULL when concatenating a NULL value with a string.
Public property CursorCloseOnCommit
CURSOR_CLOSE_ON_COMMIT. Controls behavior of cursors after a commit operation has been performed.
Public property DisableDeferredConstraintChecking
DISABLE_DEF_CNST_CHK. Controls interim or deferred constraint checking.
Public property NoCount
NOCOUNT. Turns off the message returned at the end of each statement that states how many rows were affected.
Public property NumericRoundAbort
NUMERIC_ROUNDABORT. Generates an error when a loss of precision occurs in an expression.
Public property QuotedIdentifier
QUOTED_IDENTIFIER. Differentiates between single and double quotation marks when evaluating an expression.
Public property XactAbort
XACT_ABORT. Rolls back a transaction if a Transact-SQL statement raises a run-time error.