TLinqFieldDefinitions<T>.GetProperties Method
Overloads
- TLinqFieldDefinitions<T>.GetProperties(Int32)
- TLinqFieldDefinitions<T>.GetProperties(String, String)
TLinqFieldDefinitions<T>.GetProperties(Int32)
Returns the properties for a nested or not nested fields.
Syntax
Namespace: FlexCel.Report
public PropertyInfo[] GetProperties(Int32 column)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
column | Int32 | Position of the filed to get the properties. |
See also
TLinqFieldDefinitions<T>.GetProperties(String, String)
Returns the properties for a nested or not nested fields.
Syntax
Namespace: FlexCel.Report
public PropertyInfo[] GetProperties(String fieldName, String tableName)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
fieldName | String | Name of the filed to get the properties. | |
tableName | String | Name of the table that holds the field. |