C# 클래스 Z.Expressions.SqlServer.Eval.SQLNET

파일 보기 프로젝트 열기: zzzprojects/Eval-SQL.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InternalValueName string
ValueParallel int
ValueSerializable int

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

ADDLICENSE() 공개 정적인 메소드

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.
리턴 bool

AUTODISPOSE() 공개 메소드

Set the IsAutoDispose value to true.
public AUTODISPOSE ( ) : SQLNET
리턴 SQLNET

AddLicense() 공개 정적인 메소드

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.
리턴 bool

AddValue() 공개 정적인 메소드

public static AddValue ( int x, int y ) : int
x int
y int
리턴 int

AutoDispose() 공개 메소드

Set the IsAutoDispose value to true.
public AutoDispose ( ) : SQLNET
리턴 SQLNET

CACHEDELEGATECOUNT() 공개 정적인 메소드

Get the cache delegate count.
public static CACHEDELEGATECOUNT ( ) : int
리턴 int

CODE() 공개 메소드

Set the code or expression to evaluate.
public CODE ( string code ) : SQLNET
code string The code or expression to evaluate.
리턴 SQLNET

COMPILE() 공개 메소드

public COMPILE ( ) : SQLNET
리턴 SQLNET

CacheDelegateCount() 공개 정적인 메소드

Get the cache delegate count.
public static CacheDelegateCount ( ) : int
리턴 int

CacheItemCount() 공개 정적인 메소드

Get the cache item count.
public static CacheItemCount ( ) : int
리턴 int

Code() 공개 메소드

Set the code or expression to evaluate.
public Code ( string code ) : SQLNET
code string The code or expression to evaluate.
리턴 SQLNET

Compile() 공개 메소드

public Compile ( ) : SQLNET
리턴 SQLNET

Counter() 공개 정적인 메소드

public static Counter ( ) : int
리턴 int

DISPOSE() 공개 메소드

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

Dispose() 공개 메소드

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

EXPIRECACHE() 공개 정적인 메소드

Expire caching item.
public static EXPIRECACHE ( ) : bool
리턴 bool

ExpireCache() 공개 정적인 메소드

Expire caching item.
public static ExpireCache ( ) : bool
리턴 bool

Fill_SQLNET_EvalTVF_1() 공개 정적인 메소드

public static Fill_SQLNET_EvalTVF_1 ( object obj, object &value1 ) : void
obj object
value1 object
리턴 void

Fill_SQLNET_EvalTVF_2() 공개 정적인 메소드

public static Fill_SQLNET_EvalTVF_2 ( object obj, object &value1, object &value2 ) : void
obj object
value1 object
value2 object
리턴 void

Fill_SQLNET_EvalTVF_3() 공개 정적인 메소드

public static Fill_SQLNET_EvalTVF_3 ( object obj, object &value1, object &value2, object &value3 ) : void
obj object
value1 object
value2 object
value3 object
리턴 void

Fill_SQLNET_EvalTVF_4() 공개 정적인 메소드

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
리턴 void

Fill_SQLNET_EvalTVF_5() 공개 정적인 메소드

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
리턴 void

Fill_SQLNET_EvalTVF_String() 공개 정적인 메소드

public static Fill_SQLNET_EvalTVF_String ( object obj, SqlString &value1 ) : void
obj object
value1 System.Data.SqlTypes.SqlString
리턴 void

GETAUTODISPOSE() 공개 메소드

Gets the value if the object should AutoDispose once it has been evaluated.
public GETAUTODISPOSE ( ) : bool
리턴 bool

GETCODE() 공개 메소드

Gets the code or expression to evaluate.
public GETCODE ( ) : string
리턴 string

GETIMPERSONATE() 공개 메소드

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

GETVALUE() 공개 메소드

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.
리턴 object

GETVALUEBIGINT() 공개 메소드

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

GETVALUEBIT() 공개 메소드

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

GETVALUEINT() 공개 메소드

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

GETVALUESMALLINT() 공개 메소드

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

GETVALUETINYINT() 공개 메소드

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

GetAutoDispose() 공개 메소드

Gets the value if the object should AutoDispose once it has been evaluated.
public GetAutoDispose ( ) : bool
리턴 bool

GetCode() 공개 메소드

Gets the code or expression to evaluate.
public GetCode ( ) : string
리턴 string

GetImpersonate() 공개 메소드

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

GetValue() 공개 메소드

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.
리턴 object

GetValueBigInt() 공개 메소드

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

GetValueBit() 공개 메소드

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

GetValueInt() 공개 메소드

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

GetValueSmallInt() 공개 메소드

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

GetValueTinyInt() 공개 메소드

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

IMPERSONATE() 공개 메소드

Set the IsImpersonate value to true.
public IMPERSONATE ( ) : SQLNET
리턴 SQLNET

Impersonate() 공개 메소드

Set the IsImpersonate value to true.
public Impersonate ( ) : SQLNET
리턴 SQLNET

InstanceCounter() 공개 메소드

public InstanceCounter ( ) : int
리턴 int

InternalEval() 공개 메소드

public InternalEval ( ) : object
리턴 object

InternalValue() 공개 메소드

public InternalValue ( SqlString keyString, Type type, object value ) : SQLNET
keyString System.Data.SqlTypes.SqlString
type System.Type
value object
리턴 SQLNET

RELEASELOCK() 공개 정적인 메소드

Releases all locks.
public static RELEASELOCK ( ) : bool
리턴 bool

ROOT() 공개 메소드

public ROOT ( ) : SQLNET
리턴 SQLNET

ReleaseLocks() 공개 정적인 메소드

Releases all locks.
public static ReleaseLocks ( ) : bool
리턴 bool

Root() 공개 메소드

public Root ( ) : SQLNET
리턴 SQLNET

ToString() 공개 메소드

Convert the SQLNET object into a string representation.
public ToString ( ) : string
리턴 string

VAL() 공개 메소드

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.
리턴 SQLNET

VALNULLABLE() 공개 메소드

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.
리턴 SQLNET

VALUE() 공개 메소드

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.
리턴 SQLNET

VALUEBIGINT() 공개 메소드

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.
리턴 SQLNET

VALUEBINARY() 공개 메소드

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.
리턴 SQLNET

VALUEBIT() 공개 메소드

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.
리턴 SQLNET

VALUEDATETIME() 공개 메소드

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.
리턴 SQLNET

VALUEINT() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLE() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLEBIGINT() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLEBINARY() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLEBIT() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLEDATETIME() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLEINT() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLESMALLINT() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLESTRING() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLETINYINT() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLEUNIQUEIDENTIFIER() 공개 메소드

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.
리턴 SQLNET

VALUENULLABLEVARBINARY() 공개 메소드

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.
리턴 SQLNET

VALUESMALLINT() 공개 메소드

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.
리턴 SQLNET

VALUESQLNET() 공개 메소드

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.
리턴 SQLNET

VALUESTRING() 공개 메소드

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.
리턴 SQLNET

VALUETABLE() 공개 메소드

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.
리턴 SQLNET

VALUETINYINT() 공개 메소드

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.
리턴 SQLNET

VALUEUNIQUEIDENTIFIER() 공개 메소드

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.
리턴 SQLNET

VALUEVARBINARY() 공개 메소드

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.
리턴 SQLNET

Val() 공개 메소드

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.
리턴 SQLNET

ValNullable() 공개 메소드

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.
리턴 SQLNET

Value() 공개 메소드

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.
리턴 SQLNET

ValueBigInt() 공개 메소드

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.
리턴 SQLNET

ValueBinary() 공개 메소드

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.
리턴 SQLNET

ValueBit() 공개 메소드

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.
리턴 SQLNET

ValueDateTime() 공개 메소드

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.
리턴 SQLNET

ValueInt() 공개 메소드

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.
리턴 SQLNET

ValueNullable() 공개 메소드

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.
리턴 SQLNET

ValueNullableBigInt() 공개 메소드

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.
리턴 SQLNET

ValueNullableBinary() 공개 메소드

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.
리턴 SQLNET

ValueNullableBit() 공개 메소드

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.
리턴 SQLNET

ValueNullableDateTime() 공개 메소드

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.
리턴 SQLNET

ValueNullableInt() 공개 메소드

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.
리턴 SQLNET

ValueNullableSmallInt() 공개 메소드

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.
리턴 SQLNET

ValueNullableString() 공개 메소드

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.
리턴 SQLNET

ValueNullableTinyInt() 공개 메소드

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.
리턴 SQLNET

ValueNullableUniqueIdentifier() 공개 메소드

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.
리턴 SQLNET

ValueNullableVarBinary() 공개 메소드

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.
리턴 SQLNET

ValueSQLNET() 공개 메소드

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.
리턴 SQLNET

ValueSmallInt() 공개 메소드

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.
리턴 SQLNET

ValueString() 공개 메소드

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.
리턴 SQLNET

ValueTable() 공개 메소드

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.
리턴 SQLNET

ValueTinyInt() 공개 메소드

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.
리턴 SQLNET

ValueUniqueIdentifier() 공개 메소드

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.
리턴 SQLNET

ValueVarBinary() 공개 메소드

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.
리턴 SQLNET

addlicense() 공개 정적인 메소드

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.
리턴 bool

autodispose() 공개 메소드

Set the IsAutoDispose value to true.
public autodispose ( ) : SQLNET
리턴 SQLNET

cachedelegatecount() 공개 정적인 메소드

Get the cache delegate count.
public static cachedelegatecount ( ) : int
리턴 int

code() 공개 메소드

Set the code or expression to evaluate.
public code ( string code ) : SQLNET
code string The code or expression to evaluate.
리턴 SQLNET

compile() 공개 메소드

public compile ( ) : SQLNET
리턴 SQLNET

dispose() 공개 메소드

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

expirecache() 공개 정적인 메소드

Expire caching item.
public static expirecache ( ) : bool
리턴 bool

getautodispose() 공개 메소드

Gets the value if the object should AutoDispose once it has been evaluated.
public getautodispose ( ) : bool
리턴 bool

getcode() 공개 메소드

Gets the code or expression to evaluate.
public getcode ( ) : string
리턴 string

getimpersonate() 공개 메소드

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

getvalue() 공개 메소드

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.
리턴 object

getvaluebigint() 공개 메소드

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

getvaluebit() 공개 메소드

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

getvalueint() 공개 메소드

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

getvaluesmallint() 공개 메소드

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

getvaluetinyint() 공개 메소드

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

impersonate() 공개 메소드

Set the IsImpersonate value to true.
public impersonate ( ) : SQLNET
리턴 SQLNET

releaselock() 공개 정적인 메소드

Releases all locks.
public static releaselock ( ) : bool
리턴 bool

root() 공개 메소드

public root ( ) : SQLNET
리턴 SQLNET

val() 공개 메소드

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.
리턴 SQLNET

valnullable() 공개 메소드

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.
리턴 SQLNET

value() 공개 메소드

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.
리턴 SQLNET

valuebigint() 공개 메소드

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.
리턴 SQLNET

valuebinary() 공개 메소드

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.
리턴 SQLNET

valuebit() 공개 메소드

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.
리턴 SQLNET

valuedatetime() 공개 메소드

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.
리턴 SQLNET

valueint() 공개 메소드

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.
리턴 SQLNET

valuenullable() 공개 메소드

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.
리턴 SQLNET

valuenullablebigint() 공개 메소드

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.
리턴 SQLNET

valuenullablebinary() 공개 메소드

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.
리턴 SQLNET

valuenullablebit() 공개 메소드

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.
리턴 SQLNET

valuenullabledatetime() 공개 메소드

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.
리턴 SQLNET

valuenullableint() 공개 메소드

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.
리턴 SQLNET

valuenullablesmallint() 공개 메소드

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.
리턴 SQLNET

valuenullablestring() 공개 메소드

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.
리턴 SQLNET

valuenullabletinyint() 공개 메소드

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.
리턴 SQLNET

valuenullableuniqueidentifier() 공개 메소드

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.
리턴 SQLNET

valuenullablevarbinary() 공개 메소드

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.
리턴 SQLNET

valuesmallint() 공개 메소드

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.
리턴 SQLNET

valuesqlnet() 공개 메소드

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.
리턴 SQLNET

valuestring() 공개 메소드

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.
리턴 SQLNET

valuetable() 공개 메소드

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.
리턴 SQLNET

valuetinyint() 공개 메소드

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.
리턴 SQLNET

valueuniqueidentifier() 공개 메소드

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.
리턴 SQLNET

valuevarbinary() 공개 메소드

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.
리턴 SQLNET

프로퍼티 상세

InternalValueName 공개적으로 정적으로 프로퍼티

Name of internal value.
public static string InternalValueName
리턴 string

ValueParallel 공개적으로 프로퍼티

public int ValueParallel
리턴 int

ValueSerializable 공개적으로 프로퍼티

The value serializable.
public int ValueSerializable
리턴 int