NHibernate.Lob.External.AbstractExternalBlobConnection.Delete C# (CSharp) Method

Delete() public abstract method

public abstract Delete ( byte blobIdentifier ) : void
blobIdentifier byte
return void
		public abstract void Delete(byte[] blobIdentifier);