Candor.Data.DataRecordExtensions.GetValue C# (CSharp) Метод

GetValue() публичный статический Метод

Gets a value from a database field value or output parameter.
public static GetValue ( object fieldValue ) : object
fieldValue object The value to convert.
Результат object
        public static object GetValue(object fieldValue)
        {
            return GetValue(fieldValue, null);
        }

Same methods

DataRecordExtensions::GetValue ( object fieldValue, object defaultValue ) : object
DataRecordExtensions::GetValue ( this record, string name ) : object
DataRecordExtensions::GetValue ( this record, string name, bool ignoreErrors ) : object