C# Class System.Data.SqlTypes.SqlChars

Inheritance: INullable
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
AssertValid void
CopyStreamToBuffer void
FStream bool
ISerializable void
IXmlSerializable XmlSchema
IXmlSerializable void
IXmlSerializable void
SetBuffer void
SqlChars System.IO
SqlChars System.IO

Public Methods

Method 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

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

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

Read() public method

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

SqlChars() public method

public SqlChars ( ) : System.IO
return System.IO

SqlChars() public method

public SqlChars ( SqlString value ) : System.IO
value SqlString
return System.IO

SqlChars() public method

public SqlChars ( char buffer ) : System.IO
buffer char
return System.IO

ToSqlString() public method

public ToSqlString ( ) : SqlString
return SqlString

Write() public method

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

this() public method

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