Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
SetParameterValues ( string>.IDictionary |
Method | Description | |
---|---|---|
CreateLobInstance ( IExternalBlobConnection connection, byte identifier ) : object | ||
ExtractLobData ( object lob, IExternalBlobConnection &connection, byte &identifier ) : bool | ||
WriteLobTo ( object lob, Stream output ) : void |
protected CreateLobInstance ( IExternalBlobConnection connection, byte identifier ) : object | ||
connection | IExternalBlobConnection | |
identifier | byte | |
return | object |
protected ExtractLobData ( object lob, IExternalBlobConnection &connection, byte &identifier ) : bool | ||
lob | object | |
connection | IExternalBlobConnection | |
identifier | byte | |
return | bool |
public SetParameterValues ( string>.IDictionary |
||
parameters | string>.IDictionary | |
return | void |
protected WriteLobTo ( object lob, Stream output ) : void | ||
lob | object | |
output | Stream | |
return | void |