C# Class Z.Expressions.SqlServer.Eval.SQLNET

Afficher le fichier Open project: zzzprojects/Eval-SQL.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
InternalValueName string
ValueParallel int
ValueSerializable int

Méthodes publiques

Méthode Description
ADDLICENSE ( string licenseName, string licenseKey ) : bool

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-sql.net/).

AUTODISPOSE ( ) : SQLNET

Set the IsAutoDispose value to true.

AddLicense ( string licenseName, string licenseKey ) : bool

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-sql.net/).

AddValue ( int x, int y ) : int
AutoDispose ( ) : SQLNET

Set the IsAutoDispose value to true.

CACHEDELEGATECOUNT ( ) : int

Get the cache delegate count.

CODE ( string code ) : SQLNET

Set the code or expression to evaluate.

COMPILE ( ) : SQLNET
CacheDelegateCount ( ) : int

Get the cache delegate count.

CacheItemCount ( ) : int

Get the cache item count.

Code ( string code ) : SQLNET

Set the code or expression to evaluate.

Compile ( ) : SQLNET
Counter ( ) : int
DISPOSE ( ) : bool

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose ( ) : bool

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

EXPIRECACHE ( ) : bool

Expire caching item.

ExpireCache ( ) : bool

Expire caching item.

Fill_SQLNET_EvalTVF_1 ( object obj, object &value1 ) : void
Fill_SQLNET_EvalTVF_2 ( object obj, object &value1, object &value2 ) : void
Fill_SQLNET_EvalTVF_3 ( object obj, object &value1, object &value2, object &value3 ) : void
Fill_SQLNET_EvalTVF_4 ( object obj, object &value1, object &value2, object &value3, object &value4 ) : void
Fill_SQLNET_EvalTVF_5 ( object obj, object &value1, object &value2, object &value3, object &value4, object &value5 ) : void
Fill_SQLNET_EvalTVF_String ( object obj, SqlString &value1 ) : void
GETAUTODISPOSE ( ) : bool

Gets the value if the object should AutoDispose once it has been evaluated.

GETCODE ( ) : string

Gets the code or expression to evaluate.

GETIMPERSONATE ( ) : bool

Gets the value if the context should use an impersonate context to evaluate the code or expression.

GETVALUE ( string key ) : object

Gets the value associated with the specified key.

GETVALUEBIGINT ( string key ) : long?

Gets the big int value associated with the specified key.

GETVALUEBIT ( string key ) : bool?

Gets the bit value associated with the specified key.

GETVALUEINT ( string key ) : int?

Gets the int value associated with the specified key.

GETVALUESMALLINT ( string key ) : short?

Gets the small int value associated with the specified key.

GETVALUETINYINT ( string key ) : byte?

Gets the tiny int value associated with the specified key.

GetAutoDispose ( ) : bool

Gets the value if the object should AutoDispose once it has been evaluated.

GetCode ( ) : string

Gets the code or expression to evaluate.

GetImpersonate ( ) : bool

Gets the value if the context should use an impersonate context to evaluate the code or expression.

GetValue ( string key ) : object

Gets the value associated with the specified key.

GetValueBigInt ( string key ) : long?

Gets the big int value associated with the specified key.

GetValueBit ( string key ) : bool?

Gets the bit value associated with the specified key.

GetValueInt ( string key ) : int?

Gets the int value associated with the specified key.

GetValueSmallInt ( string key ) : short?

Gets the small int value associated with the specified key.

GetValueTinyInt ( string key ) : byte?

Gets the tiny int value associated with the specified key.

IMPERSONATE ( ) : SQLNET

Set the IsImpersonate value to true.

Impersonate ( ) : SQLNET

Set the IsImpersonate value to true.

InstanceCounter ( ) : int
InternalEval ( ) : object
InternalValue ( SqlString keyString, Type type, object value ) : SQLNET
RELEASELOCK ( ) : bool

Releases all locks.

ROOT ( ) : SQLNET
ReleaseLocks ( ) : bool

Releases all locks.

Root ( ) : SQLNET
ToString ( ) : string

Convert the SQLNET object into a string representation.

VAL ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

VALNULLABLE ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

VALUE ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

VALUEBIGINT ( SqlString key, SqlInt64 value ) : SQLNET

Add or update a value associated with the specified key.

VALUEBINARY ( SqlString key, SqlBinary value ) : SQLNET

Add or update a binary value associated with the specified key.

VALUEBIT ( SqlString key, SqlBoolean value ) : SQLNET

Add or update a value associated with the specified key.

VALUEDATETIME ( SqlString key, SqlDateTime value ) : SQLNET

Add or update a binary value associated with the specified key.

VALUEINT ( SqlString key, SqlInt32 value ) : SQLNET

Add or update a value associated with the specified key.

VALUENULLABLE ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

VALUENULLABLEBIGINT ( SqlString key, SqlInt64 value ) : SQLNET

Add or update a value associated with the specified key.

VALUENULLABLEBINARY ( SqlString key, SqlBinary value ) : SQLNET

Add or update a binary value associated with the specified key.

VALUENULLABLEBIT ( SqlString key, SqlBoolean value ) : SQLNET

Add or update a value associated with the specified key.

VALUENULLABLEDATETIME ( SqlString key, SqlDateTime value ) : SQLNET

Add or update a binary value associated with the specified key.

VALUENULLABLEINT ( SqlString key, SqlInt32 value ) : SQLNET

Add or update a value associated with the specified key.

VALUENULLABLESMALLINT ( SqlString key, SqlInt16 value ) : SQLNET

Add or update a value associated with the specified key.

VALUENULLABLESTRING ( SqlString key, SqlString value ) : SQLNET

Add or update a string value associated with the specified key.

VALUENULLABLETINYINT ( SqlString key, SqlByte value ) : SQLNET

Add or update a value associated with the specified key.

VALUENULLABLEUNIQUEIDENTIFIER ( SqlString key, SqlGuid value ) : SQLNET

Add or update a binary value associated with the specified key.

VALUENULLABLEVARBINARY ( SqlString key, SqlBytes value ) : SQLNET

Add or update a binary value associated with the specified key.

VALUESMALLINT ( SqlString key, SqlInt16 value ) : SQLNET

Add or update a value associated with the specified key.

VALUESQLNET ( SqlString key, SQLNET value ) : SQLNET

Add or update a SQLNET value associated with the specified key.

VALUESTRING ( SqlString key, SqlString value ) : SQLNET

Add or update a string value associated with the specified key.

VALUETABLE ( SqlString key, string value ) : SQLNET

Add or update a string value associated with the specified key.

VALUETINYINT ( SqlString key, SqlByte value ) : SQLNET

Add or update a value associated with the specified key.

VALUEUNIQUEIDENTIFIER ( SqlString key, SqlGuid value ) : SQLNET

Add or update a binary value associated with the specified key.

VALUEVARBINARY ( SqlString key, SqlBytes value ) : SQLNET

Add or update a binary value associated with the specified key.

Val ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

ValNullable ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

Value ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

ValueBigInt ( SqlString key, SqlInt64 value ) : SQLNET

Add or update a value associated with the specified key.

ValueBinary ( SqlString key, SqlBinary value ) : SQLNET

Add or update a binary value associated with the specified key.

ValueBit ( SqlString key, SqlBoolean value ) : SQLNET

Add or update a value associated with the specified key.

ValueDateTime ( SqlString key, SqlDateTime value ) : SQLNET

Add or update a binary value associated with the specified key.

ValueInt ( SqlString key, SqlInt32 value ) : SQLNET

Add or update a value associated with the specified key.

ValueNullable ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

ValueNullableBigInt ( SqlString key, SqlInt64 value ) : SQLNET

Add or update a value associated with the specified key.

ValueNullableBinary ( SqlString key, SqlBinary value ) : SQLNET

Add or update a binary value associated with the specified key.

ValueNullableBit ( SqlString key, SqlBoolean value ) : SQLNET

Add or update a value associated with the specified key.

ValueNullableDateTime ( SqlString key, SqlDateTime value ) : SQLNET

Add or update a binary value associated with the specified key.

ValueNullableInt ( SqlString key, SqlInt32 value ) : SQLNET

Add or update a value associated with the specified key.

ValueNullableSmallInt ( SqlString key, SqlInt16 value ) : SQLNET

Add or update a value associated with the specified key.

ValueNullableString ( SqlString key, SqlString value ) : SQLNET

Add or update a string value associated with the specified key.

ValueNullableTinyInt ( SqlString key, SqlByte value ) : SQLNET

Add or update a value associated with the specified key.

ValueNullableUniqueIdentifier ( SqlString key, SqlGuid value ) : SQLNET

Add or update a binary value associated with the specified key.

ValueNullableVarBinary ( SqlString key, SqlBytes value ) : SQLNET

Add or update a binary value associated with the specified key.

ValueSQLNET ( SqlString key, SQLNET value ) : SQLNET

Add or update a SQLNET value associated with the specified key.

ValueSmallInt ( SqlString key, SqlInt16 value ) : SQLNET

Add or update a value associated with the specified key.

ValueString ( SqlString key, SqlString value ) : SQLNET

Add or update a string value associated with the specified key.

ValueTable ( SqlString keyString, SqlString valueString ) : SQLNET

Add or update a string value associated with the specified key.

ValueTinyInt ( SqlString key, SqlByte value ) : SQLNET

Add or update a value associated with the specified key.

ValueUniqueIdentifier ( SqlString key, SqlGuid value ) : SQLNET

Add or update a binary value associated with the specified key.

ValueVarBinary ( SqlString key, SqlBytes value ) : SQLNET

Add or update a binary value associated with the specified key.

addlicense ( string licenseName, string licenseKey ) : bool

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-sql.net/).

autodispose ( ) : SQLNET

Set the IsAutoDispose value to true.

cachedelegatecount ( ) : int

Get the cache delegate count.

code ( string code ) : SQLNET

Set the code or expression to evaluate.

compile ( ) : SQLNET
dispose ( ) : bool

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

expirecache ( ) : bool

Expire caching item.

getautodispose ( ) : bool

Gets the value if the object should AutoDispose once it has been evaluated.

getcode ( ) : string

Gets the code or expression to evaluate.

getimpersonate ( ) : bool

Gets the value if the context should use an impersonate context to evaluate the code or expression.

getvalue ( string key ) : object

Gets the value associated with the specified key.

getvaluebigint ( string key ) : long?

Gets the big int value associated with the specified key.

getvaluebit ( string key ) : bool?

Gets the bit value associated with the specified key.

getvalueint ( string key ) : int?

Gets the int value associated with the specified key.

getvaluesmallint ( string key ) : short?

Gets the small int value associated with the specified key.

getvaluetinyint ( string key ) : byte?

Gets the tiny int value associated with the specified key.

impersonate ( ) : SQLNET

Set the IsImpersonate value to true.

releaselock ( ) : bool

Releases all locks.

root ( ) : SQLNET
val ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

valnullable ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

value ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

valuebigint ( SqlString key, SqlInt64 value ) : SQLNET

Add or update a value associated with the specified key.

valuebinary ( SqlString key, SqlBinary value ) : SQLNET

Add or update a binary value associated with the specified key.

valuebit ( SqlString key, SqlBoolean value ) : SQLNET

Add or update a value associated with the specified key.

valuedatetime ( SqlString key, SqlDateTime value ) : SQLNET

Add or update a binary value associated with the specified key.

valueint ( SqlString key, SqlInt32 value ) : SQLNET

Add or update a value associated with the specified key.

valuenullable ( SqlString key, object value ) : SQLNET

Add or update a value associated with the specified key.

valuenullablebigint ( SqlString key, SqlInt64 value ) : SQLNET

Add or update a value associated with the specified key.

valuenullablebinary ( SqlString key, SqlBinary value ) : SQLNET

Add or update a binary value associated with the specified key.

valuenullablebit ( SqlString key, SqlBoolean value ) : SQLNET

Add or update a value associated with the specified key.

valuenullabledatetime ( SqlString key, SqlDateTime value ) : SQLNET

Add or update a binary value associated with the specified key.

valuenullableint ( SqlString key, SqlInt32 value ) : SQLNET

Add or update a value associated with the specified key.

valuenullablesmallint ( SqlString key, SqlInt16 value ) : SQLNET

Add or update a value associated with the specified key.

valuenullablestring ( SqlString key, SqlString value ) : SQLNET

Add or update a string value associated with the specified key.

valuenullabletinyint ( SqlString key, SqlByte value ) : SQLNET

Add or update a value associated with the specified key.

valuenullableuniqueidentifier ( SqlString key, SqlGuid value ) : SQLNET

Add or update a binary value associated with the specified key.

valuenullablevarbinary ( SqlString key, SqlBytes value ) : SQLNET

Add or update a binary value associated with the specified key.

valuesmallint ( SqlString key, SqlInt16 value ) : SQLNET

Add or update a value associated with the specified key.

valuesqlnet ( SqlString key, SQLNET value ) : SQLNET

Add or update a SQLNET value associated with the specified key.

valuestring ( SqlString key, SqlString value ) : SQLNET

Add or update a string value associated with the specified key.

valuetable ( SqlString key, string value ) : SQLNET

Add or update a string value associated with the specified key.

valuetinyint ( SqlString key, SqlByte value ) : SQLNET

Add or update a value associated with the specified key.

valueuniqueidentifier ( SqlString key, SqlGuid value ) : SQLNET

Add or update a binary value associated with the specified key.

valuevarbinary ( SqlString key, SqlBytes value ) : SQLNET

Add or update a binary value associated with the specified key.

Private Methods

Méthode Description
EVAL ( ) : object
EVALBIGINT ( ) : SqlInt64
EVALBINARY ( ) : SqlBytes
EVALBIT ( ) : SqlBoolean
EVALDATETIME ( ) : SqlDateTime
EVALINT ( ) : SqlInt32
EVALREADACCESS ( ) : object
EVALREADACCESSBIGINT ( ) : SqlInt64
EVALREADACCESSBINARY ( ) : SqlBytes
EVALREADACCESSBIT ( ) : SqlBoolean
EVALREADACCESSDATETIME ( ) : SqlDateTime
EVALREADACCESSINT ( ) : SqlInt32
EVALREADACCESSSMALLINT ( ) : SqlInt16
EVALREADACCESSSQLNET ( ) : SQLNET
EVALREADACCESSSTRING ( ) : SqlString
EVALREADACCESSTINYINT ( ) : SqlByte
EVALREADACCESSUNIQUEIDENTIFIER ( ) : SqlGuid
EVALREADACCESSVARBINARY ( ) : SqlBinary
EVALSMALLINT ( ) : SqlInt16
EVALSQLNET ( ) : SQLNET
EVALSTRING ( ) : SqlString
EVALTINYINT ( ) : SqlByte
EVALUNIQUEIDENTIFIER ( ) : SqlGuid
EVALVARBINARY ( ) : SqlBinary
Eval ( ) : object
EvalBigInt ( ) : SqlInt64
EvalBinary ( ) : SqlBytes
EvalBit ( ) : SqlBoolean
EvalDateTime ( ) : SqlDateTime
EvalInt ( ) : SqlInt32
EvalReadAccess ( ) : object
EvalReadAccessBigInt ( ) : SqlInt64
EvalReadAccessBinary ( ) : SqlBytes
EvalReadAccessBit ( ) : SqlBoolean
EvalReadAccessDateTime ( ) : SqlDateTime
EvalReadAccessInt ( ) : SqlInt32
EvalReadAccessSQLNET ( ) : SQLNET
EvalReadAccessSmallInt ( ) : SqlInt16
EvalReadAccessString ( ) : SqlString
EvalReadAccessTinyInt ( ) : SqlByte
EvalReadAccessUniqueIdentifier ( ) : SqlGuid
EvalReadAccessVarBinary ( ) : SqlBinary
EvalSQLNET ( ) : SQLNET
EvalSmallInt ( ) : SqlInt16
EvalString ( ) : SqlString
EvalTinyInt ( ) : SqlByte
EvalUniqueIdentifier ( ) : SqlGuid
EvalVarBinary ( ) : SqlBinary
GETVALUESTRING ( string key ) : SqlString
GetValueString ( string key ) : SqlString
LoadConfiguration ( ) : bool
NEW ( string code ) : SQLNET
New ( string code ) : SQLNET
Parse ( SqlString value ) : SQLNET
SQLNET_EvalResultSet ( SQLNET sqlnet ) : void
SQLNET_EvalTVF_1 ( SQLNET sqlnet ) : IEnumerable
SQLNET_EvalTVF_2 ( SQLNET sqlnet ) : IEnumerable
SQLNET_EvalTVF_3 ( SQLNET sqlnet ) : IEnumerable
SQLNET_EvalTVF_4 ( SQLNET sqlnet ) : IEnumerable
SQLNET_EvalTVF_5 ( SQLNET sqlnet ) : IEnumerable
SQLNET_EvalTVF_String ( SQLNET sqlnet ) : IEnumerable
eval ( ) : object
evalbigint ( ) : SqlInt64
evalbinary ( ) : SqlBytes
evalbit ( ) : SqlBoolean
evaldatetime ( ) : SqlDateTime
evalint ( ) : SqlInt32
evalreadaccess ( ) : object
evalreadaccessbigint ( ) : SqlInt64
evalreadaccessbinary ( ) : SqlBytes
evalreadaccessbit ( ) : SqlBoolean
evalreadaccessdatetime ( ) : SqlDateTime
evalreadaccessint ( ) : SqlInt32
evalreadaccesssmallint ( ) : SqlInt16
evalreadaccesssqlnet ( ) : SQLNET
evalreadaccessstring ( ) : SqlString
evalreadaccesstinyint ( ) : SqlByte
evalreadaccessuniqueidentifier ( ) : SqlGuid
evalreadaccessvarbinary ( ) : SqlBinary
evalsmallint ( ) : SqlInt16
evalsqlnet ( ) : SQLNET
evalstring ( ) : SqlString
evaltinyint ( ) : SqlByte
evaluniqueidentifier ( ) : SqlGuid
evalvarbinary ( ) : SqlBinary
getvaluestring ( string key ) : SqlString

Method Details

ADDLICENSE() public static méthode

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-sql.net/).
public static ADDLICENSE ( string licenseName, string licenseKey ) : bool
licenseName string The license name.
licenseKey string The license key.
Résultat bool

AUTODISPOSE() public méthode

Set the IsAutoDispose value to true.
public AUTODISPOSE ( ) : SQLNET
Résultat SQLNET

AddLicense() public static méthode

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-sql.net/).
public static AddLicense ( string licenseName, string licenseKey ) : bool
licenseName string The license name.
licenseKey string The license key.
Résultat bool

AddValue() public static méthode

public static AddValue ( int x, int y ) : int
x int
y int
Résultat int

AutoDispose() public méthode

Set the IsAutoDispose value to true.
public AutoDispose ( ) : SQLNET
Résultat SQLNET

CACHEDELEGATECOUNT() public static méthode

Get the cache delegate count.
public static CACHEDELEGATECOUNT ( ) : int
Résultat int

CODE() public méthode

Set the code or expression to evaluate.
public CODE ( string code ) : SQLNET
code string The code or expression to evaluate.
Résultat SQLNET

COMPILE() public méthode

public COMPILE ( ) : SQLNET
Résultat SQLNET

CacheDelegateCount() public static méthode

Get the cache delegate count.
public static CacheDelegateCount ( ) : int
Résultat int

CacheItemCount() public static méthode

Get the cache item count.
public static CacheItemCount ( ) : int
Résultat int

Code() public méthode

Set the code or expression to evaluate.
public Code ( string code ) : SQLNET
code string The code or expression to evaluate.
Résultat SQLNET

Compile() public méthode

public Compile ( ) : SQLNET
Résultat SQLNET

Counter() public static méthode

public static Counter ( ) : int
Résultat int

DISPOSE() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public DISPOSE ( ) : bool
Résultat bool

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : bool
Résultat bool

EXPIRECACHE() public static méthode

Expire caching item.
public static EXPIRECACHE ( ) : bool
Résultat bool

ExpireCache() public static méthode

Expire caching item.
public static ExpireCache ( ) : bool
Résultat bool

Fill_SQLNET_EvalTVF_1() public static méthode

public static Fill_SQLNET_EvalTVF_1 ( object obj, object &value1 ) : void
obj object
value1 object
Résultat void

Fill_SQLNET_EvalTVF_2() public static méthode

public static Fill_SQLNET_EvalTVF_2 ( object obj, object &value1, object &value2 ) : void
obj object
value1 object
value2 object
Résultat void

Fill_SQLNET_EvalTVF_3() public static méthode

public static Fill_SQLNET_EvalTVF_3 ( object obj, object &value1, object &value2, object &value3 ) : void
obj object
value1 object
value2 object
value3 object
Résultat void

Fill_SQLNET_EvalTVF_4() public static méthode

public static Fill_SQLNET_EvalTVF_4 ( object obj, object &value1, object &value2, object &value3, object &value4 ) : void
obj object
value1 object
value2 object
value3 object
value4 object
Résultat void

Fill_SQLNET_EvalTVF_5() public static méthode

public static Fill_SQLNET_EvalTVF_5 ( object obj, object &value1, object &value2, object &value3, object &value4, object &value5 ) : void
obj object
value1 object
value2 object
value3 object
value4 object
value5 object
Résultat void

Fill_SQLNET_EvalTVF_String() public static méthode

public static Fill_SQLNET_EvalTVF_String ( object obj, SqlString &value1 ) : void
obj object
value1 System.Data.SqlTypes.SqlString
Résultat void

GETAUTODISPOSE() public méthode

Gets the value if the object should AutoDispose once it has been evaluated.
public GETAUTODISPOSE ( ) : bool
Résultat bool

GETCODE() public méthode

Gets the code or expression to evaluate.
public GETCODE ( ) : string
Résultat string

GETIMPERSONATE() public méthode

Gets the value if the context should use an impersonate context to evaluate the code or expression.
public GETIMPERSONATE ( ) : bool
Résultat bool

GETVALUE() public méthode

Gets the value associated with the specified key.
Throws an exception if no value is associated with the specified key.
public GETVALUE ( string key ) : object
key string The key of the value to get.
Résultat object

GETVALUEBIGINT() public méthode

Gets the big int value associated with the specified key.
public GETVALUEBIGINT ( string key ) : long?
key string The key of the value to get.
Résultat long?

GETVALUEBIT() public méthode

Gets the bit value associated with the specified key.
public GETVALUEBIT ( string key ) : bool?
key string The key of the value to get.
Résultat bool?

GETVALUEINT() public méthode

Gets the int value associated with the specified key.
public GETVALUEINT ( string key ) : int?
key string The key of the value to get.
Résultat int?

GETVALUESMALLINT() public méthode

Gets the small int value associated with the specified key.
public GETVALUESMALLINT ( string key ) : short?
key string The key of the value to get.
Résultat short?

GETVALUETINYINT() public méthode

Gets the tiny int value associated with the specified key.
public GETVALUETINYINT ( string key ) : byte?
key string The key of the value to get.
Résultat byte?

GetAutoDispose() public méthode

Gets the value if the object should AutoDispose once it has been evaluated.
public GetAutoDispose ( ) : bool
Résultat bool

GetCode() public méthode

Gets the code or expression to evaluate.
public GetCode ( ) : string
Résultat string

GetImpersonate() public méthode

Gets the value if the context should use an impersonate context to evaluate the code or expression.
public GetImpersonate ( ) : bool
Résultat bool

GetValue() public méthode

Gets the value associated with the specified key.
Throws an exception if no value is associated with the specified key.
public GetValue ( string key ) : object
key string The key of the value to get.
Résultat object

GetValueBigInt() public méthode

Gets the big int value associated with the specified key.
public GetValueBigInt ( string key ) : long?
key string The key of the value to get.
Résultat long?

GetValueBit() public méthode

Gets the bit value associated with the specified key.
public GetValueBit ( string key ) : bool?
key string The key of the value to get.
Résultat bool?

GetValueInt() public méthode

Gets the int value associated with the specified key.
public GetValueInt ( string key ) : int?
key string The key of the value to get.
Résultat int?

GetValueSmallInt() public méthode

Gets the small int value associated with the specified key.
public GetValueSmallInt ( string key ) : short?
key string The key of the value to get.
Résultat short?

GetValueTinyInt() public méthode

Gets the tiny int value associated with the specified key.
public GetValueTinyInt ( string key ) : byte?
key string The key of the value to get.
Résultat byte?

IMPERSONATE() public méthode

Set the IsImpersonate value to true.
public IMPERSONATE ( ) : SQLNET
Résultat SQLNET

Impersonate() public méthode

Set the IsImpersonate value to true.
public Impersonate ( ) : SQLNET
Résultat SQLNET

InstanceCounter() public méthode

public InstanceCounter ( ) : int
Résultat int

InternalEval() public méthode

public InternalEval ( ) : object
Résultat object

InternalValue() public méthode

public InternalValue ( SqlString keyString, Type type, object value ) : SQLNET
keyString System.Data.SqlTypes.SqlString
type System.Type
value object
Résultat SQLNET

RELEASELOCK() public static méthode

Releases all locks.
public static RELEASELOCK ( ) : bool
Résultat bool

ROOT() public méthode

public ROOT ( ) : SQLNET
Résultat SQLNET

ReleaseLocks() public static méthode

Releases all locks.
public static ReleaseLocks ( ) : bool
Résultat bool

Root() public méthode

public Root ( ) : SQLNET
Résultat SQLNET

ToString() public méthode

Convert the SQLNET object into a string representation.
public ToString ( ) : string
Résultat string

VAL() public méthode

Add or update a value associated with the specified key.
public VAL ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

VALNULLABLE() public méthode

Add or update a value associated with the specified key.
public VALNULLABLE ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

VALUE() public méthode

Add or update a value associated with the specified key.
public VALUE ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

VALUEBIGINT() public méthode

Add or update a value associated with the specified key.
public VALUEBIGINT ( SqlString key, SqlInt64 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt64 The value to add or update associated with the specified key.
Résultat SQLNET

VALUEBINARY() public méthode

Add or update a binary value associated with the specified key.
public VALUEBINARY ( SqlString key, SqlBinary value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBinary The binary value to add or update associated with the specified key.
Résultat SQLNET

VALUEBIT() public méthode

Add or update a value associated with the specified key.
public VALUEBIT ( SqlString key, SqlBoolean value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBoolean The value to add or update associated with the specified key.
Résultat SQLNET

VALUEDATETIME() public méthode

Add or update a binary value associated with the specified key.
public VALUEDATETIME ( SqlString key, SqlDateTime value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlDateTime The binary value to add or update associated with the specified key.
Résultat SQLNET

VALUEINT() public méthode

Add or update a value associated with the specified key.
public VALUEINT ( SqlString key, SqlInt32 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt32 The value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLE() public méthode

Add or update a value associated with the specified key.
public VALUENULLABLE ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLEBIGINT() public méthode

Add or update a value associated with the specified key.
public VALUENULLABLEBIGINT ( SqlString key, SqlInt64 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt64 The value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLEBINARY() public méthode

Add or update a binary value associated with the specified key.
public VALUENULLABLEBINARY ( SqlString key, SqlBinary value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBinary The binary value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLEBIT() public méthode

Add or update a value associated with the specified key.
public VALUENULLABLEBIT ( SqlString key, SqlBoolean value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBoolean The value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLEDATETIME() public méthode

Add or update a binary value associated with the specified key.
public VALUENULLABLEDATETIME ( SqlString key, SqlDateTime value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlDateTime The binary value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLEINT() public méthode

Add or update a value associated with the specified key.
public VALUENULLABLEINT ( SqlString key, SqlInt32 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt32 The value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLESMALLINT() public méthode

Add or update a value associated with the specified key.
public VALUENULLABLESMALLINT ( SqlString key, SqlInt16 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt16 The value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLESTRING() public méthode

Add or update a string value associated with the specified key.
public VALUENULLABLESTRING ( SqlString key, SqlString value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlString The string value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLETINYINT() public méthode

Add or update a value associated with the specified key.
public VALUENULLABLETINYINT ( SqlString key, SqlByte value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlByte The value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLEUNIQUEIDENTIFIER() public méthode

Add or update a binary value associated with the specified key.
public VALUENULLABLEUNIQUEIDENTIFIER ( SqlString key, SqlGuid value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlGuid The binary value to add or update associated with the specified key.
Résultat SQLNET

VALUENULLABLEVARBINARY() public méthode

Add or update a binary value associated with the specified key.
public VALUENULLABLEVARBINARY ( SqlString key, SqlBytes value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBytes The binary value to add or update associated with the specified key.
Résultat SQLNET

VALUESMALLINT() public méthode

Add or update a value associated with the specified key.
public VALUESMALLINT ( SqlString key, SqlInt16 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt16 The value to add or update associated with the specified key.
Résultat SQLNET

VALUESQLNET() public méthode

Add or update a SQLNET value associated with the specified key.
public VALUESQLNET ( SqlString key, SQLNET value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value SQLNET The SQLNET value to add or update associated with the specified key.
Résultat SQLNET

VALUESTRING() public méthode

Add or update a string value associated with the specified key.
public VALUESTRING ( SqlString key, SqlString value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlString The string value to add or update associated with the specified key.
Résultat SQLNET

VALUETABLE() public méthode

Add or update a string value associated with the specified key.
public VALUETABLE ( SqlString key, string value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value string The string value to add or update associated with the specified key.
Résultat SQLNET

VALUETINYINT() public méthode

Add or update a value associated with the specified key.
public VALUETINYINT ( SqlString key, SqlByte value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlByte The value to add or update associated with the specified key.
Résultat SQLNET

VALUEUNIQUEIDENTIFIER() public méthode

Add or update a binary value associated with the specified key.
public VALUEUNIQUEIDENTIFIER ( SqlString key, SqlGuid value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlGuid The binary value to add or update associated with the specified key.
Résultat SQLNET

VALUEVARBINARY() public méthode

Add or update a binary value associated with the specified key.
public VALUEVARBINARY ( SqlString key, SqlBytes value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBytes The binary value to add or update associated with the specified key.
Résultat SQLNET

Val() public méthode

Add or update a value associated with the specified key.
public Val ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

ValNullable() public méthode

Add or update a value associated with the specified key.
public ValNullable ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

Value() public méthode

Add or update a value associated with the specified key.
public Value ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

ValueBigInt() public méthode

Add or update a value associated with the specified key.
public ValueBigInt ( SqlString key, SqlInt64 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt64 The value to add or update associated with the specified key.
Résultat SQLNET

ValueBinary() public méthode

Add or update a binary value associated with the specified key.
public ValueBinary ( SqlString key, SqlBinary value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBinary The binary value to add or update associated with the specified key.
Résultat SQLNET

ValueBit() public méthode

Add or update a value associated with the specified key.
public ValueBit ( SqlString key, SqlBoolean value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBoolean The value to add or update associated with the specified key.
Résultat SQLNET

ValueDateTime() public méthode

Add or update a binary value associated with the specified key.
public ValueDateTime ( SqlString key, SqlDateTime value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlDateTime The binary value to add or update associated with the specified key.
Résultat SQLNET

ValueInt() public méthode

Add or update a value associated with the specified key.
public ValueInt ( SqlString key, SqlInt32 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt32 The value to add or update associated with the specified key.
Résultat SQLNET

ValueNullable() public méthode

Add or update a value associated with the specified key.
public ValueNullable ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableBigInt() public méthode

Add or update a value associated with the specified key.
public ValueNullableBigInt ( SqlString key, SqlInt64 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt64 The value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableBinary() public méthode

Add or update a binary value associated with the specified key.
public ValueNullableBinary ( SqlString key, SqlBinary value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBinary The binary value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableBit() public méthode

Add or update a value associated with the specified key.
public ValueNullableBit ( SqlString key, SqlBoolean value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBoolean The value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableDateTime() public méthode

Add or update a binary value associated with the specified key.
public ValueNullableDateTime ( SqlString key, SqlDateTime value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlDateTime The binary value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableInt() public méthode

Add or update a value associated with the specified key.
public ValueNullableInt ( SqlString key, SqlInt32 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt32 The value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableSmallInt() public méthode

Add or update a value associated with the specified key.
public ValueNullableSmallInt ( SqlString key, SqlInt16 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt16 The value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableString() public méthode

Add or update a string value associated with the specified key.
public ValueNullableString ( SqlString key, SqlString value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlString The string value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableTinyInt() public méthode

Add or update a value associated with the specified key.
public ValueNullableTinyInt ( SqlString key, SqlByte value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlByte The value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableUniqueIdentifier() public méthode

Add or update a binary value associated with the specified key.
public ValueNullableUniqueIdentifier ( SqlString key, SqlGuid value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlGuid The binary value to add or update associated with the specified key.
Résultat SQLNET

ValueNullableVarBinary() public méthode

Add or update a binary value associated with the specified key.
public ValueNullableVarBinary ( SqlString key, SqlBytes value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBytes The binary value to add or update associated with the specified key.
Résultat SQLNET

ValueSQLNET() public méthode

Add or update a SQLNET value associated with the specified key.
public ValueSQLNET ( SqlString key, SQLNET value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value SQLNET The SQLNET value to add or update associated with the specified key.
Résultat SQLNET

ValueSmallInt() public méthode

Add or update a value associated with the specified key.
public ValueSmallInt ( SqlString key, SqlInt16 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt16 The value to add or update associated with the specified key.
Résultat SQLNET

ValueString() public méthode

Add or update a string value associated with the specified key.
public ValueString ( SqlString key, SqlString value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlString The string value to add or update associated with the specified key.
Résultat SQLNET

ValueTable() public méthode

Add or update a string value associated with the specified key.
public ValueTable ( SqlString keyString, SqlString valueString ) : SQLNET
keyString System.Data.SqlTypes.SqlString The key of the value to add or update.
valueString System.Data.SqlTypes.SqlString The string value to add or update associated with the specified key.
Résultat SQLNET

ValueTinyInt() public méthode

Add or update a value associated with the specified key.
public ValueTinyInt ( SqlString key, SqlByte value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlByte The value to add or update associated with the specified key.
Résultat SQLNET

ValueUniqueIdentifier() public méthode

Add or update a binary value associated with the specified key.
public ValueUniqueIdentifier ( SqlString key, SqlGuid value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlGuid The binary value to add or update associated with the specified key.
Résultat SQLNET

ValueVarBinary() public méthode

Add or update a binary value associated with the specified key.
public ValueVarBinary ( SqlString key, SqlBytes value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBytes The binary value to add or update associated with the specified key.
Résultat SQLNET

addlicense() public static méthode

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-sql.net/).
public static addlicense ( string licenseName, string licenseKey ) : bool
licenseName string The license name.
licenseKey string The license key.
Résultat bool

autodispose() public méthode

Set the IsAutoDispose value to true.
public autodispose ( ) : SQLNET
Résultat SQLNET

cachedelegatecount() public static méthode

Get the cache delegate count.
public static cachedelegatecount ( ) : int
Résultat int

code() public méthode

Set the code or expression to evaluate.
public code ( string code ) : SQLNET
code string The code or expression to evaluate.
Résultat SQLNET

compile() public méthode

public compile ( ) : SQLNET
Résultat SQLNET

dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public dispose ( ) : bool
Résultat bool

expirecache() public static méthode

Expire caching item.
public static expirecache ( ) : bool
Résultat bool

getautodispose() public méthode

Gets the value if the object should AutoDispose once it has been evaluated.
public getautodispose ( ) : bool
Résultat bool

getcode() public méthode

Gets the code or expression to evaluate.
public getcode ( ) : string
Résultat string

getimpersonate() public méthode

Gets the value if the context should use an impersonate context to evaluate the code or expression.
public getimpersonate ( ) : bool
Résultat bool

getvalue() public méthode

Gets the value associated with the specified key.
Throws an exception if no value is associated with the specified key.
public getvalue ( string key ) : object
key string The key of the value to get.
Résultat object

getvaluebigint() public méthode

Gets the big int value associated with the specified key.
public getvaluebigint ( string key ) : long?
key string The key of the value to get.
Résultat long?

getvaluebit() public méthode

Gets the bit value associated with the specified key.
public getvaluebit ( string key ) : bool?
key string The key of the value to get.
Résultat bool?

getvalueint() public méthode

Gets the int value associated with the specified key.
public getvalueint ( string key ) : int?
key string The key of the value to get.
Résultat int?

getvaluesmallint() public méthode

Gets the small int value associated with the specified key.
public getvaluesmallint ( string key ) : short?
key string The key of the value to get.
Résultat short?

getvaluetinyint() public méthode

Gets the tiny int value associated with the specified key.
public getvaluetinyint ( string key ) : byte?
key string The key of the value to get.
Résultat byte?

impersonate() public méthode

Set the IsImpersonate value to true.
public impersonate ( ) : SQLNET
Résultat SQLNET

releaselock() public static méthode

Releases all locks.
public static releaselock ( ) : bool
Résultat bool

root() public méthode

public root ( ) : SQLNET
Résultat SQLNET

val() public méthode

Add or update a value associated with the specified key.
public val ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

valnullable() public méthode

Add or update a value associated with the specified key.
public valnullable ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

value() public méthode

Add or update a value associated with the specified key.
public value ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

valuebigint() public méthode

Add or update a value associated with the specified key.
public valuebigint ( SqlString key, SqlInt64 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt64 The value to add or update associated with the specified key.
Résultat SQLNET

valuebinary() public méthode

Add or update a binary value associated with the specified key.
public valuebinary ( SqlString key, SqlBinary value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBinary The binary value to add or update associated with the specified key.
Résultat SQLNET

valuebit() public méthode

Add or update a value associated with the specified key.
public valuebit ( SqlString key, SqlBoolean value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBoolean The value to add or update associated with the specified key.
Résultat SQLNET

valuedatetime() public méthode

Add or update a binary value associated with the specified key.
public valuedatetime ( SqlString key, SqlDateTime value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlDateTime The binary value to add or update associated with the specified key.
Résultat SQLNET

valueint() public méthode

Add or update a value associated with the specified key.
public valueint ( SqlString key, SqlInt32 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt32 The value to add or update associated with the specified key.
Résultat SQLNET

valuenullable() public méthode

Add or update a value associated with the specified key.
public valuenullable ( SqlString key, object value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value object The value to add or update associated with the specified key.
Résultat SQLNET

valuenullablebigint() public méthode

Add or update a value associated with the specified key.
public valuenullablebigint ( SqlString key, SqlInt64 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt64 The value to add or update associated with the specified key.
Résultat SQLNET

valuenullablebinary() public méthode

Add or update a binary value associated with the specified key.
public valuenullablebinary ( SqlString key, SqlBinary value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBinary The binary value to add or update associated with the specified key.
Résultat SQLNET

valuenullablebit() public méthode

Add or update a value associated with the specified key.
public valuenullablebit ( SqlString key, SqlBoolean value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBoolean The value to add or update associated with the specified key.
Résultat SQLNET

valuenullabledatetime() public méthode

Add or update a binary value associated with the specified key.
public valuenullabledatetime ( SqlString key, SqlDateTime value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlDateTime The binary value to add or update associated with the specified key.
Résultat SQLNET

valuenullableint() public méthode

Add or update a value associated with the specified key.
public valuenullableint ( SqlString key, SqlInt32 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt32 The value to add or update associated with the specified key.
Résultat SQLNET

valuenullablesmallint() public méthode

Add or update a value associated with the specified key.
public valuenullablesmallint ( SqlString key, SqlInt16 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt16 The value to add or update associated with the specified key.
Résultat SQLNET

valuenullablestring() public méthode

Add or update a string value associated with the specified key.
public valuenullablestring ( SqlString key, SqlString value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlString The string value to add or update associated with the specified key.
Résultat SQLNET

valuenullabletinyint() public méthode

Add or update a value associated with the specified key.
public valuenullabletinyint ( SqlString key, SqlByte value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlByte The value to add or update associated with the specified key.
Résultat SQLNET

valuenullableuniqueidentifier() public méthode

Add or update a binary value associated with the specified key.
public valuenullableuniqueidentifier ( SqlString key, SqlGuid value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlGuid The binary value to add or update associated with the specified key.
Résultat SQLNET

valuenullablevarbinary() public méthode

Add or update a binary value associated with the specified key.
public valuenullablevarbinary ( SqlString key, SqlBytes value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBytes The binary value to add or update associated with the specified key.
Résultat SQLNET

valuesmallint() public méthode

Add or update a value associated with the specified key.
public valuesmallint ( SqlString key, SqlInt16 value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlInt16 The value to add or update associated with the specified key.
Résultat SQLNET

valuesqlnet() public méthode

Add or update a SQLNET value associated with the specified key.
public valuesqlnet ( SqlString key, SQLNET value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value SQLNET The SQLNET value to add or update associated with the specified key.
Résultat SQLNET

valuestring() public méthode

Add or update a string value associated with the specified key.
public valuestring ( SqlString key, SqlString value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlString The string value to add or update associated with the specified key.
Résultat SQLNET

valuetable() public méthode

Add or update a string value associated with the specified key.
public valuetable ( SqlString key, string value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value string The string value to add or update associated with the specified key.
Résultat SQLNET

valuetinyint() public méthode

Add or update a value associated with the specified key.
public valuetinyint ( SqlString key, SqlByte value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlByte The value to add or update associated with the specified key.
Résultat SQLNET

valueuniqueidentifier() public méthode

Add or update a binary value associated with the specified key.
public valueuniqueidentifier ( SqlString key, SqlGuid value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlGuid The binary value to add or update associated with the specified key.
Résultat SQLNET

valuevarbinary() public méthode

Add or update a binary value associated with the specified key.
public valuevarbinary ( SqlString key, SqlBytes value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlBytes The binary value to add or update associated with the specified key.
Résultat SQLNET

Property Details

InternalValueName public_oe static_oe property

Name of internal value.
public static string InternalValueName
Résultat string

ValueParallel public_oe property

public int ValueParallel
Résultat int

ValueSerializable public_oe property

The value serializable.
public int ValueSerializable
Résultat int