IPropertyInfo Interface
.NET Standard 2.x
Represents an object that contains information about a property in the DynamicModel.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public interface IPropertyInfo
Property
Name | Returns Type | Description |
---|---|---|
DataType | Type | Gets the data type of the property. |
Index | int | Gets the zero-based index of the property. |
Name | string | Gets the name of the property. |