TableDefinition<(Of <(<'TEntity>)>)> Constructor
Initializes a new instance of the TableDefinition<(Of <(<'TEntity>)>)> class.
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public TableDefinition( LookupContextBase context, string tablePropertyName )
Public Sub New ( _ context As LookupContextBase, _ tablePropertyName As String _ )
public: TableDefinition( LookupContextBase^ context, String^ tablePropertyName )
Parameters
- context
- Type: RingSoft.DbLookup..::..LookupContextBase
The context.
- tablePropertyName
- Type: String
Name of the table property.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Table Definition: {this} - Property: {fieldName}. Property type: {propertyInfo.PropertyType.Name} is not supported by this library. |