ExtendedDbDataReaderFieldCount Property |
Gets the number of columns in the current row.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public override int FieldCount { get; }
Return Value
Type:
Int32The number of columns in the current row.
Implements
IDataRecordFieldCountExceptions Exception | Condition |
---|
NotSupportedException | There is no current connection to an instance of SQL Server. |
See Also