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

GblMethods..::..GetPropertyValue<(Of <(<'T>)>)> Method

Gets the property value.

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

Syntax


public static string GetPropertyValue<T>(
	T model,
	string propertyName,
	Nullable<DbDateTypes> dateType
)
Public Shared Function GetPropertyValue(Of T) ( _
	model As T, _
	propertyName As String, _
	dateType As Nullable(Of DbDateTypes) _
) As String
public:
generic<typename T>
static String^ GetPropertyValue(
	T model, 
	String^ propertyName, 
	Nullable<DbDateTypes^> dateType
)

Type Parameters

T

Parameters

model
Type: T
The model.
propertyName
Type: String
Name of the property.
dateType
Type: Nullable<(Of <(<'DbDateTypes>)>)>
Type of the date.

Return Value

System.String.