DevForce Help Reference
NavigationScalarEntityProperty<TInstance,TValue> Constructor


Creates an instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyName As String, _
   ByVal isNullable As Boolean, _
   ByVal relationName As String, _
   ByVal queryDirection As QueryDirection, _
   Optional ByVal shouldUpdateMetadataStore As Boolean _
)
'Usage
 
Dim propertyName As String
Dim isNullable As Boolean
Dim relationName As String
Dim queryDirection As QueryDirection
Dim shouldUpdateMetadataStore As Boolean
 
Dim instance As New NavigationScalarEntityProperty(Of TInstance,TValue)(propertyName, isNullable, relationName, queryDirection, shouldUpdateMetadataStore)
public NavigationScalarEntityProperty<TInstance,TValue>( 
   string propertyName,
   bool isNullable,
   string relationName,
   QueryDirection queryDirection,
   bool shouldUpdateMetadataStore
)

Parameters

propertyName
isNullable
relationName
queryDirection
shouldUpdateMetadataStore
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NavigationScalarEntityProperty<TInstance,TValue> Class
NavigationScalarEntityProperty<TInstance,TValue> Members

Send Feedback