Method | Description | |
---|---|---|
AutoCommit ( this context ) : bool | ||
DatabaseName ( this context ) : string | ||
DefaultSchema ( this context ) : string | ||
DeleteOnClose ( this context ) : bool | ||
IgnoreIdentifiersCase ( this context ) : bool | ||
ReadOnly ( this context ) : bool |
public static AutoCommit ( this context ) : bool | ||
context | this | |
return | bool |
public static DatabaseName ( this context ) : string | ||
context | this | |
return | string |
public static DefaultSchema ( this context ) : string | ||
context | this | |
return | string |
public static DeleteOnClose ( this context ) : bool | ||
context | this | |
return | bool |
public static IgnoreIdentifiersCase ( this context ) : bool | ||
context | this | |
return | bool |
public static ReadOnly ( this context ) : bool | ||
context | this | |
return | bool |