C# Class System.Data.SqlTypes.SqlBytes

Inheritance: INullable
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

GetXsdType() public static method

public static GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
schemaSet XmlSchemaSet
return XmlQualifiedName

Read() public method

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

SetLength() public method

public SetLength ( long value ) : void
value long
return void

SetNull() public method

public SetNull ( ) : void
return void

SqlBytes() public method

public SqlBytes ( ) : System.Diagnostics
return System.Diagnostics

SqlBytes() public method

public SqlBytes ( SqlBinary value ) : System.Diagnostics
value SqlBinary
return System.Diagnostics

SqlBytes() public method

public SqlBytes ( Stream s ) : System.Diagnostics
s System.IO.Stream
return System.Diagnostics

SqlBytes() public method

public SqlBytes ( byte buffer ) : System.Diagnostics
buffer byte
return System.Diagnostics

ToSqlBinary() public method

public ToSqlBinary ( ) : SqlBinary
return SqlBinary

Write() public method

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

this() public method

public this ( long offset ) : byte
offset long
return byte