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

get_ObjectProp() public method

Member get_ObjectProp
ISilDataAccess method
public get_ObjectProp ( int hvo, int tag ) : int
hvo int hvo
tag int tag
return int
		public int get_ObjectProp(int hvo, int tag)
		{
			CheckDisposed();

			return GetFromIntCache(hvo, tag);
		}
		#endregion Object Prop methods