Deveel.Data.SystemSession.GetLargeObject C# (CSharp) Method

GetLargeObject() public method

public GetLargeObject ( ObjectId objId ) : ILargeObject
objId ObjectId
return ILargeObject
        public ILargeObject GetLargeObject(ObjectId objId)
        {
            throw new NotSupportedException();
        }