SIL.FieldWorks.CacheLight.RealDataCache.SetBinary C# (CSharp) Method

SetBinary() public method

Member SetBinary
ISilDataAccess method
public SetBinary ( int hvo, int tag, [ SizeParamIndex = 3)]Byte[]rgb, int cb ) : void
hvo int hvo
tag int tag
SizeParamIndex [
cb int cb
return void
		public void SetBinary(int hvo, int tag, [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 3)] Byte[] rgb, int cb)
		{
			CheckDisposed();

			CacheBinaryProp(hvo, tag, rgb, cb);
			MakeDirty(hvo);
		}