示例#1
0
        protected double GetDoubleValue(string propertyName)
        {
            Debug.Assert(_realm != null, "Object is not managed, but managed access was attempted");

            return(NativeTable.GetDouble(_metadata.Table, _metadata.ColumnIndices[propertyName], _rowHandle.RowIndex));
        }