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

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

공개 메소드들

메소드 설명
GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
Read ( long offset, byte buffer, int offsetInBuffer, int count ) : long
SetLength ( long value ) : void
SetNull ( ) : void
SqlBytes ( ) : System.Diagnostics
SqlBytes ( SqlBinary value ) : System.Diagnostics
SqlBytes ( Stream s ) : System.Diagnostics
SqlBytes ( byte buffer ) : System.Diagnostics
ToSqlBinary ( ) : SqlBinary
Write ( long offset, byte buffer, int offsetInBuffer, int count ) : void
this ( long offset ) : byte

비공개 메소드들

메소드 설명
AssertValid ( ) : void
CopyStreamToBuffer ( ) : void
FStream ( ) : bool
ISerializable ( SerializationInfo info, StreamingContext context ) : void
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( System.IO.XmlReader r ) : void
IXmlSerializable ( XmlWriter writer ) : void
SetBuffer ( byte buffer ) : void
SqlBytes ( SerializationInfo info, StreamingContext context ) : System.Diagnostics

메소드 상세

GetXsdType() 공개 정적인 메소드

public static GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
schemaSet XmlSchemaSet
리턴 XmlQualifiedName

Read() 공개 메소드

public Read ( long offset, byte buffer, int offsetInBuffer, int count ) : long
offset long
buffer byte
offsetInBuffer int
count int
리턴 long

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

SetNull() 공개 메소드

public SetNull ( ) : void
리턴 void

SqlBytes() 공개 메소드

public SqlBytes ( ) : System.Diagnostics
리턴 System.Diagnostics

SqlBytes() 공개 메소드

public SqlBytes ( SqlBinary value ) : System.Diagnostics
value SqlBinary
리턴 System.Diagnostics

SqlBytes() 공개 메소드

public SqlBytes ( Stream s ) : System.Diagnostics
s System.IO.Stream
리턴 System.Diagnostics

SqlBytes() 공개 메소드

public SqlBytes ( byte buffer ) : System.Diagnostics
buffer byte
리턴 System.Diagnostics

ToSqlBinary() 공개 메소드

public ToSqlBinary ( ) : SqlBinary
리턴 SqlBinary

Write() 공개 메소드

public Write ( long offset, byte buffer, int offsetInBuffer, int count ) : void
offset long
buffer byte
offsetInBuffer int
count int
리턴 void

this() 공개 메소드

public this ( long offset ) : byte
offset long
리턴 byte