C# Class System.Data.SqlTypes.SqlChars

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

Private Properties

Свойство Type Description
AssertValid void
CopyStreamToBuffer void
FStream bool
ISerializable void
IXmlSerializable XmlSchema
IXmlSerializable void
IXmlSerializable void
SetBuffer void
SqlChars System.IO
SqlChars System.IO

Méthodes publiques

Méthode Description
GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
Read ( long offset, char buffer, int offsetInBuffer, int count ) : long
SetLength ( long value ) : void
SetNull ( ) : void
SqlChars ( ) : System.IO
SqlChars ( SqlString value ) : System.IO
SqlChars ( char buffer ) : System.IO
ToSqlString ( ) : SqlString
Write ( long offset, char buffer, int offsetInBuffer, int count ) : void
this ( long offset ) : char

Private Methods

Méthode Description
AssertValid ( ) : void
CopyStreamToBuffer ( ) : void
FStream ( ) : bool
ISerializable ( SerializationInfo info, StreamingContext context ) : void
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( XmlReader r ) : void
IXmlSerializable ( XmlWriter writer ) : void
SetBuffer ( char buffer ) : void
SqlChars ( SerializationInfo info, StreamingContext context ) : System.IO
SqlChars ( SqlStreamChars s ) : System.IO

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, char buffer, int offsetInBuffer, int count ) : long
offset long
buffer char
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

SqlChars() public méthode

public SqlChars ( ) : System.IO
Résultat System.IO

SqlChars() public méthode

public SqlChars ( SqlString value ) : System.IO
value SqlString
Résultat System.IO

SqlChars() public méthode

public SqlChars ( char buffer ) : System.IO
buffer char
Résultat System.IO

ToSqlString() public méthode

public ToSqlString ( ) : SqlString
Résultat SqlString

Write() public méthode

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

this() public méthode

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