C# Class Mono.Data.Tds.Protocol.Tds

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Protected Properties

Свойство Type Description
NTLMSSP_ID byte[]
connectionParms Mono.Data.Tds.Protocol.TdsConnectionParameters
messages Mono.Data.Tds.Protocol.TdsInternalErrorCollection

Private Properties

Свойство Type Description
BeginLoad void
EndLoad Mono.Security.Protocol.Ntlm
SkipRow void
SkipToColumnIndex void

Méthodes publiques

Méthode Description
GetSequentialColumnValue ( int colIndex, long fieldIndex, byte buffer, int bufferIndex, int size ) : long
GetSequentialColumnValue ( int colIndex ) : object

Private Methods

Méthode Description
BeginLoad ( TdsColumnType colType ) : void
EndLoad ( ) : Mono.Security.Protocol.Ntlm
SkipRow ( ) : void
SkipToColumnIndex ( int colIndex ) : void

Method Details

GetSequentialColumnValue() public méthode

public GetSequentialColumnValue ( int colIndex, long fieldIndex, byte buffer, int bufferIndex, int size ) : long
colIndex int
fieldIndex long
buffer byte
bufferIndex int
size int
Résultat long

GetSequentialColumnValue() public méthode

public GetSequentialColumnValue ( int colIndex ) : object
colIndex int
Résultat object

Property Details

NTLMSSP_ID protected_oe property

protected byte[] NTLMSSP_ID
Résultat byte[]

connectionParms protected_oe property

protected TdsConnectionParameters,Mono.Data.Tds.Protocol connectionParms
Résultat Mono.Data.Tds.Protocol.TdsConnectionParameters

messages protected_oe property

protected TdsInternalErrorCollection,Mono.Data.Tds.Protocol messages
Résultat Mono.Data.Tds.Protocol.TdsInternalErrorCollection