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

InsertRelExtra() public method

Member InsertRelExtra
public InsertRelExtra ( int hvoSrc, int tag, int ihvo, int hvoDst, string bstrExtra ) : void
hvoSrc int hvoSrc
tag int tag
ihvo int ihvo
hvoDst int hvoDst
bstrExtra string bstrExtra
return void
		public void InsertRelExtra(int hvoSrc, int tag, int ihvo, int hvoDst, string bstrExtra)
		{
			CheckDisposed();

			throw new NotImplementedException("'InsertRelExtra' not implemented yet.");
		}