Méthode | Description | |
---|---|---|
AutoCommit ( this transaction ) : bool | ||
AutoCommit ( this transaction, bool value ) : void | ||
CurrentSchema ( this transaction ) : string | ||
CurrentSchema ( this transaction, string schemaName ) : void | ||
ErrorOnDirtySelect ( this transaction ) : bool | ||
ErrorOnDirtySelect ( this transaction, bool value ) : void | ||
IgnoreIdentifiersCase ( this transaction ) : bool | ||
IgnoreIdentifiersCase ( this transaction, bool value ) : void | ||
LockTimeout ( this context ) : int | ||
LockTimeout ( this context, int value ) : void | ||
ParameterStyle ( this transaction ) : QueryParameterStyle | ||
ParameterStyle ( this transaction, QueryParameterStyle value ) : void | ||
ParameterStyle ( this transaction, string value ) : void | ||
ReadOnly ( this transaction ) : bool | ||
ReadOnly ( this transaction, bool value ) : void |
public static AutoCommit ( this transaction ) : bool | ||
transaction | this | |
Résultat | bool |
public static AutoCommit ( this transaction, bool value ) : void | ||
transaction | this | |
value | bool | |
Résultat | void |
public static CurrentSchema ( this transaction ) : string | ||
transaction | this | |
Résultat | string |
public static CurrentSchema ( this transaction, string schemaName ) : void | ||
transaction | this | |
schemaName | string | |
Résultat | void |
public static ErrorOnDirtySelect ( this transaction ) : bool | ||
transaction | this | |
Résultat | bool |
public static ErrorOnDirtySelect ( this transaction, bool value ) : void | ||
transaction | this | |
value | bool | |
Résultat | void |
public static IgnoreIdentifiersCase ( this transaction ) : bool | ||
transaction | this | |
Résultat | bool |
public static IgnoreIdentifiersCase ( this transaction, bool value ) : void | ||
transaction | this | |
value | bool | |
Résultat | void |
public static LockTimeout ( this context ) : int | ||
context | this | |
Résultat | int |
public static LockTimeout ( this context, int value ) : void | ||
context | this | |
value | int | |
Résultat | void |
public static ParameterStyle ( this transaction ) : QueryParameterStyle | ||
transaction | this | |
Résultat | QueryParameterStyle |
public static ParameterStyle ( this transaction, QueryParameterStyle value ) : void | ||
transaction | this | |
value | QueryParameterStyle | |
Résultat | void |
public static ParameterStyle ( this transaction, string value ) : void | ||
transaction | this | |
value | string | |
Résultat | void |
public static ReadOnly ( this transaction ) : bool | ||
transaction | this | |
Résultat | bool |
public static ReadOnly ( this transaction, bool value ) : void | ||
transaction | this | |
value | bool | |
Résultat | void |