RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableDefinition<(Of <(<'TEntity>)>)> Constructor

Initializes a new instance of the TableDefinition<(Of <(<'TEntity>)>)> class.

Namespace:  RingSoft.DbLookup.ModelDefinition
Assembly:  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


ExceptionCondition
ArgumentExceptionTable Definition: {this} - Property: {fieldName}. Property type: {propertyInfo.PropertyType.Name} is not supported by this library.