Click or drag to resize
ExtendedDbDataReaderFieldCount Property
Gets the number of columns in the current row.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override int FieldCount { get; }

Return Value

Type: Int32
The number of columns in the current row.

Implements

IDataRecordFieldCount
Exceptions
ExceptionCondition
NotSupportedExceptionThere is no current connection to an instance of SQL Server.
See Also