Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) TdsPackageReader.ReadNullableSqlBit示例
编程语言:
C# (CSharp)
类/类型:
TdsPackageReader
方法/功能:
ReadNullableSqlBit
hotexamples.com的示例:
1
C# (CSharp) TdsPackageReader.ReadNullableSqlBit - 已找到1个示例
。这些是从开源项目中提取的最受好评的
TdsPackageReader.ReadNullableSqlBit
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
ReadByte(16)
ReadString(9)
ReadUInt16(7)
ReadInt32(4)
ReadUInt32(4)
GetBytes(4)
GetReadPos(3)
InitNbcBitmap(2)
ReadInt64(2)
ReadUdtMetadata(2)
ReadNullableSqlMoney(1)
ReadNullableSqlInt16(1)
ReadNullableSqlInt32(1)
ReadNullableSqlInt64(1)
ReadNullableSqlIntN(1)
ReadNullableSqlGuid(1)
CheckBuffer(1)
ReadNullableUnicodeString(1)
ReadNullableSqlString(1)
ReadNullableSqlTime(1)
ReadNullableSqlVariant(1)
ReadNullableSqlFloat(1)
ReadTdsTypeLen(1)
ReadUnicodeChars(1)
ReadNullableSqlFloatN(1)
ReadNullableSqlDateTime(1)
ReadNullableSqlDouble(1)
ReadCollation(1)
EnvCollation(1)
EnvLanguage(1)
EnvPackageSize(1)
EnvSqlTransaction(1)
GetReadEndPos(1)
PackageDone(1)
ReadByteArray(1)
ReadInt16(1)
ReadNullableSqlDateTimeOffset(1)
ReadMultiPartTableName(1)
ReadNullableDecimal(1)
ReadNullableSqlBinary(1)
ReadNullableSqlBit(1)
ReadNullableSqlByte(1)
ReadNullableSqlDate(1)
EnvCharset(1)
ReadNullableSqlDateTime2(1)
ReadXmlSchema(1)
常用方法
ReadByte (16)
ReadString (9)
ReadUInt16 (7)
ReadInt32 (4)
ReadUInt32 (4)
GetBytes (4)
GetReadPos (3)
InitNbcBitmap (2)
ReadInt64 (2)
ReadUdtMetadata (2)
常用方法
ReadNullableSqlMoney (1)
ReadNullableSqlInt16 (1)
ReadNullableSqlInt32 (1)
ReadNullableSqlInt64 (1)
ReadNullableSqlIntN (1)
ReadNullableSqlGuid (1)
CheckBuffer (1)
ReadNullableUnicodeString (1)
ReadNullableSqlString (1)
ReadNullableSqlTime (1)
ReadNullableSqlVariant (1)
ReadNullableSqlFloat (1)
ReadTdsTypeLen (1)
ReadUnicodeChars (1)
ReadNullableSqlFloatN (1)
ReadNullableSqlDateTime (1)
ReadNullableSqlDouble (1)
ReadCollation (1)
EnvCollation (1)
EnvLanguage (1)
常用方法
ReadNullableSqlVariant (1)
ReadNullableSqlFloat (1)
ReadTdsTypeLen (1)
ReadUnicodeChars (1)
ReadNullableSqlFloatN (1)
ReadNullableSqlDateTime (1)
ReadNullableSqlDouble (1)
ReadCollation (1)
EnvCollation (1)
EnvLanguage (1)
EnvPackageSize (1)
EnvSqlTransaction (1)
GetReadEndPos (1)
PackageDone (1)
ReadByteArray (1)
ReadInt16 (1)
ReadNullableSqlDateTimeOffset (1)
ReadMultiPartTableName (1)
ReadNullableDecimal (1)
ReadNullableSqlBinary (1)
ReadNullableSqlBit (1)
ReadNullableSqlByte (1)
ReadNullableSqlDate (1)
EnvCharset (1)
ReadNullableSqlDateTime2 (1)
ReadXmlSchema (1)
常用方法
EnvPackageSize (1)
EnvSqlTransaction (1)
GetReadEndPos (1)
PackageDone (1)
ReadByteArray (1)
ReadInt16 (1)
ReadNullableSqlDateTimeOffset (1)
ReadMultiPartTableName (1)
ReadNullableDecimal (1)
ReadNullableSqlBinary (1)
ReadNullableSqlBit (1)
ReadNullableSqlByte (1)
ReadNullableSqlDate (1)
EnvCharset (1)
ReadNullableSqlDateTime2 (1)
ReadXmlSchema (1)
示例#1
0
显示文件
文件:
TdsColumnReader.cs
项目:
Anderman/TdsClient
public bool?ReadSqlBit(int index) => _reader.ReadNullableSqlBit(index);
x