XmlFilterReaderFieldCount Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the number of columns in the current row.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public int FieldCount { get; }

Property Value

Type: Int32
When not positioned in a valid record, 0; otherwise the number of columns in the current row.
Exceptions

ExceptionCondition
InvalidOperationExceptionProperty or method is inaccessible for a closed XmlFilterReader
See Also

Reference