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

SetBoolean() public method

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

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