C# 클래스 System.Data.SqlTypes.SqlString

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BinarySort int
BinarySort2 int
IgnoreCase int
IgnoreKanaType int
IgnoreNonSpace int
IgnoreWidth int
Null SqlString

공개 메소드들

메소드 설명
Add ( SqlString x, SqlString y ) : SqlString
Clone ( ) : SqlString
CompareOptionsFromSqlCompareOptions ( SqlCompareOptions compareOptions ) : CompareOptions
CompareTo ( SqlString value ) : int
CompareTo ( object value ) : int
Concat ( SqlString x, SqlString y ) : SqlString
Equals ( SqlString x, SqlString y ) : SqlBoolean
Equals ( object value ) : bool
GetHashCode ( ) : int
GetNonUnicodeBytes ( ) : byte[]
GetUnicodeBytes ( ) : byte[]
GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
GreaterThan ( SqlString x, SqlString y ) : SqlBoolean
GreaterThanOrEqual ( SqlString x, SqlString y ) : SqlBoolean
LessThan ( SqlString x, SqlString y ) : SqlBoolean
LessThanOrEqual ( SqlString x, SqlString y ) : SqlBoolean
NotEquals ( SqlString x, SqlString y ) : SqlBoolean
SqlString ( int lcid, SqlCompareOptions compareOptions, byte data ) : System.Data.Common

Initializes a new instance of the class.

SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, bool fUnicode ) : System.Data.Common

Initializes a new instance of the class.

SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, int index, int count ) : System.Data.Common

Initializes a new instance of the class.

SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, int index, int count, bool fUnicode ) : System.Data.Common

Initializes a new instance of the class.

SqlString ( string data ) : System.Data.Common

Initializes a new instance of the class.

SqlString ( string data, int lcid ) : System.Data.Common

Initializes a new instance of the class.

SqlString ( string data, int lcid, SqlCompareOptions compareOptions ) : System.Data.Common

Initializes a new instance of the class.

ToSqlBoolean ( ) : SqlBoolean
ToSqlByte ( ) : SqlByte
ToSqlDateTime ( ) : SqlDateTime
ToSqlDecimal ( ) : SqlDecimal
ToSqlDouble ( ) : SqlDouble
ToSqlGuid ( ) : SqlGuid
ToSqlInt16 ( ) : SqlInt16
ToSqlInt32 ( ) : SqlInt32
ToSqlInt64 ( ) : SqlInt64
ToSqlMoney ( ) : SqlMoney
ToSqlSingle ( ) : SqlSingle
ToString ( ) : string

Converts a object to a string.

operator ( ) : SqlBoolean
operator ( ) : SqlString

비공개 메소드들

메소드 설명
Compare ( SqlString x, SqlString y, EComparison ecExpectedResult ) : SqlBoolean
CompareBinary ( SqlString x, SqlString y ) : int
CompareBinary2 ( SqlString x, SqlString y ) : int
FBinarySort ( ) : bool
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( XmlReader reader ) : void
IXmlSerializable ( XmlWriter writer ) : void
SetCompareInfo ( ) : void
SqlString ( bool fNull ) : System.Data.Common
SqlString ( int lcid, SqlCompareOptions compareOptions, string data, CompareInfo cmpInfo ) : System.Data.Common
StringCompare ( SqlString x, SqlString y ) : int
ValidateSqlCompareOptions ( SqlCompareOptions compareOptions ) : void

메소드 상세

Add() 공개 정적인 메소드

public static Add ( SqlString x, SqlString y ) : SqlString
x SqlString
y SqlString
리턴 SqlString

Clone() 공개 메소드

public Clone ( ) : SqlString
리턴 SqlString

CompareOptionsFromSqlCompareOptions() 공개 정적인 메소드

public static CompareOptionsFromSqlCompareOptions ( SqlCompareOptions compareOptions ) : CompareOptions
compareOptions SqlCompareOptions
리턴 CompareOptions

CompareTo() 공개 메소드

public CompareTo ( SqlString value ) : int
value SqlString
리턴 int

CompareTo() 공개 메소드

public CompareTo ( object value ) : int
value object
리턴 int

Concat() 공개 정적인 메소드

public static Concat ( SqlString x, SqlString y ) : SqlString
x SqlString
y SqlString
리턴 SqlString

Equals() 공개 정적인 메소드

public static Equals ( SqlString x, SqlString y ) : SqlBoolean
x SqlString
y SqlString
리턴 SqlBoolean

Equals() 공개 메소드

public Equals ( object value ) : bool
value object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetNonUnicodeBytes() 공개 메소드

public GetNonUnicodeBytes ( ) : byte[]
리턴 byte[]

GetUnicodeBytes() 공개 메소드

public GetUnicodeBytes ( ) : byte[]
리턴 byte[]

GetXsdType() 공개 정적인 메소드

public static GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
schemaSet System.Xml.Schema.XmlSchemaSet
리턴 System.Xml.XmlQualifiedName

GreaterThan() 공개 정적인 메소드

public static GreaterThan ( SqlString x, SqlString y ) : SqlBoolean
x SqlString
y SqlString
리턴 SqlBoolean

GreaterThanOrEqual() 공개 정적인 메소드

public static GreaterThanOrEqual ( SqlString x, SqlString y ) : SqlBoolean
x SqlString
y SqlString
리턴 SqlBoolean

LessThan() 공개 정적인 메소드

public static LessThan ( SqlString x, SqlString y ) : SqlBoolean
x SqlString
y SqlString
리턴 SqlBoolean

LessThanOrEqual() 공개 정적인 메소드

public static LessThanOrEqual ( SqlString x, SqlString y ) : SqlBoolean
x SqlString
y SqlString
리턴 SqlBoolean

NotEquals() 공개 정적인 메소드

public static NotEquals ( SqlString x, SqlString y ) : SqlBoolean
x SqlString
y SqlString
리턴 SqlBoolean

SqlString() 공개 메소드

Initializes a new instance of the class.
public SqlString ( int lcid, SqlCompareOptions compareOptions, byte data ) : System.Data.Common
lcid int
compareOptions SqlCompareOptions
data byte
리턴 System.Data.Common

SqlString() 공개 메소드

Initializes a new instance of the class.
public SqlString ( int lcid, SqlCompareOptions compareOptions, byte data, bool fUnicode ) : System.Data.Common
lcid int
compareOptions SqlCompareOptions
data byte
fUnicode bool
리턴 System.Data.Common

SqlString() 공개 메소드

Initializes a new instance of the class.
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

SqlString() 공개 메소드

Initializes a new instance of the class.
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

SqlString() 공개 메소드

Initializes a new instance of the class.
public SqlString ( string data ) : System.Data.Common
data string
리턴 System.Data.Common

SqlString() 공개 메소드

Initializes a new instance of the class.
public SqlString ( string data, int lcid ) : System.Data.Common
data string
lcid int
리턴 System.Data.Common

SqlString() 공개 메소드

Initializes a new instance of the class.
public SqlString ( string data, int lcid, SqlCompareOptions compareOptions ) : System.Data.Common
data string
lcid int
compareOptions SqlCompareOptions
리턴 System.Data.Common

ToSqlBoolean() 공개 메소드

public ToSqlBoolean ( ) : SqlBoolean
리턴 SqlBoolean

ToSqlByte() 공개 메소드

public ToSqlByte ( ) : SqlByte
리턴 SqlByte

ToSqlDateTime() 공개 메소드

public ToSqlDateTime ( ) : SqlDateTime
리턴 SqlDateTime

ToSqlDecimal() 공개 메소드

public ToSqlDecimal ( ) : SqlDecimal
리턴 SqlDecimal

ToSqlDouble() 공개 메소드

public ToSqlDouble ( ) : SqlDouble
리턴 SqlDouble

ToSqlGuid() 공개 메소드

public ToSqlGuid ( ) : SqlGuid
리턴 SqlGuid

ToSqlInt16() 공개 메소드

public ToSqlInt16 ( ) : SqlInt16
리턴 SqlInt16

ToSqlInt32() 공개 메소드

public ToSqlInt32 ( ) : SqlInt32
리턴 SqlInt32

ToSqlInt64() 공개 메소드

public ToSqlInt64 ( ) : SqlInt64
리턴 SqlInt64

ToSqlMoney() 공개 메소드

public ToSqlMoney ( ) : SqlMoney
리턴 SqlMoney

ToSqlSingle() 공개 메소드

public ToSqlSingle ( ) : SqlSingle
리턴 SqlSingle

ToString() 공개 메소드

Converts a object to a string.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : SqlBoolean
리턴 SqlBoolean

operator() 공개 정적인 메소드

public static operator ( ) : SqlString
리턴 SqlString

프로퍼티 상세

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

public static int BinarySort
리턴 int

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

public static int BinarySort2
리턴 int

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

public static int IgnoreCase
리턴 int

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

public static int IgnoreKanaType
리턴 int

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

public static int IgnoreNonSpace
리턴 int

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

public static int IgnoreWidth
리턴 int

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

Represents a null value that can be assigned to the property of an instance of the class.
public static SqlString,System.Data.SqlTypes Null
리턴 SqlString