Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Function GetEntity(Of  _ 
T As {Class, ISynergyEntity})( _ 
ByVal property As String, _ 
ByVal expression_engine As PropertyExpressionEngine, _ 
ByVal db As IDatabase
) As EntityPropertyExpressionInfo(Of T)
This language is not supported or no code example is available.
EntityPropertyExpressionInfo<T> GetEntity<T>( 
string property
PropertyExpressionEngine expression_engine
IDatabase db 

where T : class, ISynergyEntity
This language is not supported or no code example is available.
generic<typename T> 
where T : ref class, ISynergyEntity
 
EntityPropertyExpressionInfo<T^>^ GetEntity( 
String^ property
PropertyExpressionEngine^ expression_engine
IDatabase^ db 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

T

Parameters

property
Type: string

expression_engine
Type: PropertyExpressionEngine

db
Type: IDatabase

Return Value

Type: EntityPropertyExpressionInfo<T>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1