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

SetInt() public method

Member SetInt
ISilDataAccess method
public SetInt ( int hvo, int tag, int n ) : void
hvo int hvo
tag int tag
n int n
return void
		public void SetInt(int hvo, int tag, int n)
		{
			CheckDisposed();

			CacheIntProp(hvo, tag, n);
			MakeDirty(hvo);
		}