Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Function GetProperty( _
ByVal property As String, _
ByVal expression_engine As PropertyExpressionEngine, _
ByVal db As IDatabase _
) As PropertyExpressionInfo
This language is not supported or no code example is available.
PropertyExpressionInfo GetProperty(
string property,
PropertyExpressionEngine expression_engine,
IDatabase db
)
This language is not supported or no code example is available.
PropertyExpressionInfo^ GetProperty(
String^ property,
PropertyExpressionEngine^ expression_engine,
IDatabase^ db
)
This language is not supported or no code example is available.
function GetProperty(
property : String,
expression_engine : PropertyExpressionEngine,
db : IDatabase
) : PropertyExpressionInfo;
This language is not supported or no code example is available.
Parameters
- property
 - 
		Type: string 
		
 
- expression_engine
 - 
		Type: PropertyExpressionEngine 
		
 
- db
 - 
		Type: IDatabase