ComponentOne DataObjects for .NET
ExtendedProperties Property (C1DataTable)

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : ExtendedProperties Property
Gets a collection of custom user information associated with the data table.
Syntax
'Declaration
 
Public ReadOnly Property ExtendedProperties As PropertyCollection
public PropertyCollection ExtendedProperties {get;}
Remarks
This property allows you to store arbitrary custom information with the object.
See Also

Reference

C1DataTable Class
C1DataTable Members