C# Class System.Data.SqlClient.SqlStreamingXml

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

Méthodes publiques

Méthode Description
Close ( ) : void
GetChars ( long dataIndex, char buffer, int bufferIndex, int length ) : long
SqlStreamingXml ( int i, System.Data.SqlClient.SqlDataReader reader ) : System.Collections.Generic

Private Methods

Méthode Description
WriteXmlElement ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetChars() public méthode

public GetChars ( long dataIndex, char buffer, int bufferIndex, int length ) : long
dataIndex long
buffer char
bufferIndex int
length int
Résultat long

SqlStreamingXml() public méthode

public SqlStreamingXml ( int i, System.Data.SqlClient.SqlDataReader reader ) : System.Collections.Generic
i int
reader System.Data.SqlClient.SqlDataReader
Résultat System.Collections.Generic