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

get_Int64Prop() public method

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

			return GetFromLongCache(hvo, tag);
		}