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

SetInt64() public method

Member SetInt64
ISilDataAccess method
public SetInt64 ( int hvo, int tag, long lln ) : void
hvo int hvo
tag int tag
lln long lln
return void
		public void SetInt64(int hvo, int tag, long lln)
		{
			CheckDisposed();

			CacheInt64Prop(hvo, tag, lln);
			MakeDirty(hvo);
		}