C# Class System.Data.SqlClient.SqlStreamingXml

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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

Method Description
WriteXmlElement ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

GetChars() public method

public GetChars ( long dataIndex, char buffer, int bufferIndex, int length ) : long
dataIndex long
buffer char
bufferIndex int
length int
return long

SqlStreamingXml() public method

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