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

GblMethods..::..GetPropertyType<(Of <(<'TEntity>)>)> Method

Gets the type of the property.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static Type GetPropertyType<TEntity>(
	string property
)
Public Shared Function GetPropertyType(Of TEntity) ( _
	property As String _
) As Type
public:
generic<typename TEntity>
static Type^ GetPropertyType(
	String^ property
)

Type Parameters

TEntity
The type of the t entity.

Parameters

property
Type: String
The property.

Return Value

Type.