Méthode | Description | |
---|---|---|
Equals ( Blob blob ) : bool | ||
ExternalBlob ( IExternalBlobConnection connection, byte identifier ) : System | ||
ExternalBlob ( IExternalBlobConnection connection, byte identifier, IStreamCompressor compression ) : System | ||
OpenReader ( ) : Stream |
Méthode | Description | |
---|---|---|
GetExternalSource ( ) : object | ||
GetIsPersisted ( ) : bool | ||
GetPersistedIdentifier ( ) : byte[] | ||
SetPersistedIdentifier ( byte contents, object externalSource ) : void |
public ExternalBlob ( IExternalBlobConnection connection, byte identifier ) : System | ||
connection | IExternalBlobConnection | |
identifier | byte | |
Résultat | System |
public ExternalBlob ( IExternalBlobConnection connection, byte identifier, IStreamCompressor compression ) : System | ||
connection | IExternalBlobConnection | |
identifier | byte | |
compression | IStreamCompressor | |
Résultat | System |
protected GetPersistedIdentifier ( ) : byte[] | ||
Résultat | byte[] |
protected SetPersistedIdentifier ( byte contents, object externalSource ) : void | ||
contents | byte | |
externalSource | object | |
Résultat | void |