프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BinarySort | int | ||
BinarySort2 | int | ||
IgnoreCase | int | ||
IgnoreKanaType | int | ||
IgnoreNonSpace | int | ||
IgnoreWidth | int | ||
Null |
메소드 | 설명 | |
---|---|---|
Add ( |
||
Clone ( ) : |
||
CompareOptionsFromSqlCompareOptions ( SqlCompareOptions compareOptions ) : CompareOptions | ||
CompareTo ( |
||
CompareTo ( object value ) : int | ||
Concat ( |
||
Equals ( |
||
Equals ( object value ) : bool | ||
GetHashCode ( ) : int | ||
GetNonUnicodeBytes ( ) : byte[] | ||
GetUnicodeBytes ( ) : byte[] | ||
GetXsdType ( |
||
GreaterThan ( |
||
GreaterThanOrEqual ( |
||
LessThan ( |
||
LessThanOrEqual ( |
||
NotEquals ( |
||
SqlString ( int lcid, SqlCompareOptions compareOptions, byte data ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, bool fUnicode ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, int index, int count ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, int index, int count, bool fUnicode ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlString ( string data ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlString ( string data, int lcid ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlString ( string data, int lcid, SqlCompareOptions compareOptions ) : System.Data.Common |
Initializes a new instance of the
|
|
ToSqlBoolean ( ) : |
||
ToSqlByte ( ) : |
||
ToSqlDateTime ( ) : |
||
ToSqlDecimal ( ) : |
||
ToSqlDouble ( ) : |
||
ToSqlGuid ( ) : |
||
ToSqlInt16 ( ) : |
||
ToSqlInt32 ( ) : |
||
ToSqlInt64 ( ) : |
||
ToSqlMoney ( ) : |
||
ToSqlSingle ( ) : |
||
ToString ( ) : string |
Converts a
|
|
operator ( ) : |
||
operator ( ) : |
메소드 | 설명 | |
---|---|---|
Compare ( |
||
CompareBinary ( |
||
CompareBinary2 ( |
||
FBinarySort ( ) : bool | ||
IXmlSerializable ( ) : |
||
IXmlSerializable ( |
||
IXmlSerializable ( |
||
SetCompareInfo ( ) : void | ||
SqlString ( bool fNull ) : System.Data.Common | ||
SqlString ( int lcid, SqlCompareOptions compareOptions, string data, |
||
StringCompare ( |
||
ValidateSqlCompareOptions ( SqlCompareOptions compareOptions ) : void |
public static Add ( |
||
x | ||
y | ||
리턴 |
public static CompareOptionsFromSqlCompareOptions ( SqlCompareOptions compareOptions ) : CompareOptions | ||
compareOptions | SqlCompareOptions | |
리턴 | CompareOptions |
public static Concat ( |
||
x | ||
y | ||
리턴 |
public static Equals ( |
||
x | ||
y | ||
리턴 |
public static GetXsdType ( |
||
schemaSet | ||
리턴 |
public static GreaterThan ( |
||
x | ||
y | ||
리턴 |
public static GreaterThanOrEqual ( |
||
x | ||
y | ||
리턴 |
public static LessThan ( |
||
x | ||
y | ||
리턴 |
public static LessThanOrEqual ( |
||
x | ||
y | ||
리턴 |
public static NotEquals ( |
||
x | ||
y | ||
리턴 |
public SqlString ( int lcid, SqlCompareOptions compareOptions, byte data ) : System.Data.Common | ||
lcid | int | |
compareOptions | SqlCompareOptions | |
data | byte | |
리턴 | System.Data.Common |
public SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, bool fUnicode ) : System.Data.Common | ||
lcid | int | |
compareOptions | SqlCompareOptions | |
data | byte | |
fUnicode | bool | |
리턴 | System.Data.Common |
public SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, int index, int count ) : System.Data.Common | ||
lcid | int | |
compareOptions | SqlCompareOptions | |
data | byte | |
index | int | |
count | int | |
리턴 | System.Data.Common |
public SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, int index, int count, bool fUnicode ) : System.Data.Common | ||
lcid | int | |
compareOptions | SqlCompareOptions | |
data | byte | |
index | int | |
count | int | |
fUnicode | bool | |
리턴 | System.Data.Common |
public SqlString ( string data ) : System.Data.Common | ||
data | string | |
리턴 | System.Data.Common |
public SqlString ( string data, int lcid ) : System.Data.Common | ||
data | string | |
lcid | int | |
리턴 | System.Data.Common |
public SqlString ( string data, int lcid, SqlCompareOptions compareOptions ) : System.Data.Common | ||
data | string | |
lcid | int | |
compareOptions | SqlCompareOptions | |
리턴 | System.Data.Common |