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

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

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

Same methods

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