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

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

Gets the property information.

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

Syntax


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

Type Parameters

TEntity
The type of the t entity.

Parameters

property
Type: String
The property.

Return Value

PropertyInfo.