Version

DataTableMetadata Class Members

The following tables list the members exposed by DataTableMetadata.

Public Constructors
 NameDescription
Public ConstructorDataTableMetadata ConstructorInitializes a new instance of the DataTableMetadata class.  
Public Properties
 NameDescription
Public PropertyColumnsCountGets the count of the columns stored in this DataTableMetadata.  
Public PropertyDataObjectsGets the underlaying data objects.  
Public PropertyDataRowsGets an array of DataRowMetadata created for this DataTableMetadata.  
Public PropertyRowsCountGets the count of the rows stored in this DataTableMetadata.  
Public Methods
 NameDescription
Public MethodAddRowMetadataAdds a new DataRowMetadata to the internal row medatada array.  
Public MethodContainsDetermines whether dataObject is present in DataObjects collection.  
Public MethodInsertInserts an DataRowMetadata at the specified index.  
Public MethodRemoveAtRemoves the DataRowMetadata at the specified index.  
See Also