Click or drag to resize
ClassStructureInfo Properties

The ClassStructureInfo type exposes the following members.

Properties
  NameDescription
Public propertyBinaryColumns
List of binary column names
Public propertyClassName
Class name.
Public propertyColumnDefinitions
Column definitions.
Protected propertyColumnIndexes
Column indexes dictionary [columnName] -> [columnIndex]
Public propertyColumnNames
Column names.
Public propertyColumnsCount
Columns count.
Public propertyDataClassInfo
Data class info object.
Public propertyHasBinaryColumns
Returns true if this class has some binary columns
Public propertyIDColumn
ID column name.
Public propertyStringColumns
List of string column names
Public propertyTableName
Table name
Top
See Also