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

SetUnicode() public method

Member SetUnicode
ISilDataAccess method
public SetUnicode ( int hvo, int tag, string rgch, int cch ) : void
hvo int hvo
tag int tag
rgch string rgch
cch int cch
return void
		public void SetUnicode(int hvo, int tag, string rgch, int cch)
		{
			CheckDisposed();

			CacheUnicodeProp(hvo, tag, rgch, cch);
			MakeDirty(hvo);
		}