C# Class System.Data.SqlTypes.SqlBytes

Inheritance: INullable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
schemaSet XmlSchemaSet
Résultat XmlQualifiedName

Read() public méthode

public Read ( long offset, byte buffer, int offsetInBuffer, int count ) : long
offset long
buffer byte
offsetInBuffer int
count int
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

SetNull() public méthode

public SetNull ( ) : void
Résultat void

SqlBytes() public méthode

public SqlBytes ( ) : System.Diagnostics
Résultat System.Diagnostics

SqlBytes() public méthode

public SqlBytes ( SqlBinary value ) : System.Diagnostics
value SqlBinary
Résultat System.Diagnostics

SqlBytes() public méthode

public SqlBytes ( Stream s ) : System.Diagnostics
s System.IO.Stream
Résultat System.Diagnostics

SqlBytes() public méthode

public SqlBytes ( byte buffer ) : System.Diagnostics
buffer byte
Résultat System.Diagnostics

ToSqlBinary() public méthode

public ToSqlBinary ( ) : SqlBinary
Résultat SqlBinary

Write() public méthode

public Write ( long offset, byte buffer, int offsetInBuffer, int count ) : void
offset long
buffer byte
offsetInBuffer int
count int
Résultat void

this() public méthode

public this ( long offset ) : byte
offset long
Résultat byte