2 references to ShortLength
System.Data.Odbc (2)
System\Data\Odbc\OdbcHandle.cs (1)
230ODBC32.SQLRETURN retcode = Interop.Odbc.SQLGetDescFieldW(this, checked((short)i), attribute, buffer, buffer.ShortLength, out numericAttribute);
System\Data\Odbc\OdbcStatementHandle.cs (1)
109ODBC32.SQLRETURN retcode = Interop.Odbc.SQLColAttributeW(this, checked((short)columnNumber), fieldIdentifier, characterAttribute, characterAttribute.ShortLength, out stringLength, out result);