EdmStructuralProperty Constructor (IEdmStructuredType, String, IEdmTypeReference, String, EdmConcurrencyMode)
Creates a new instance of the EdmStructuralProperty class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
declaringType As IEdmStructuredType, _
name As String, _
type As IEdmTypeReference, _
defaultValueString As String, _
concurrencyMode As EdmConcurrencyMode _
)
'Usage
Dim declaringType As IEdmStructuredType
Dim name As String
Dim type As IEdmTypeReference
Dim defaultValueString As String
Dim concurrencyMode As EdmConcurrencyMode
Dim instance As New EdmStructuralProperty(declaringType, _
name, type, defaultValueString, concurrencyMode)
public EdmStructuralProperty(
IEdmStructuredType declaringType,
string name,
IEdmTypeReference type,
string defaultValueString,
EdmConcurrencyMode concurrencyMode
)
public:
EdmStructuralProperty(
IEdmStructuredType^ declaringType,
String^ name,
IEdmTypeReference^ type,
String^ defaultValueString,
EdmConcurrencyMode concurrencyMode
)
new :
declaringType:IEdmStructuredType *
name:string *
type:IEdmTypeReference *
defaultValueString:string *
concurrencyMode:EdmConcurrencyMode -> EdmStructuralProperty
public function EdmStructuralProperty(
declaringType : IEdmStructuredType,
name : String,
type : IEdmTypeReference,
defaultValueString : String,
concurrencyMode : EdmConcurrencyMode
)
Parameters
- declaringType
Type: Microsoft.Data.Edm.IEdmStructuredType
The type that declares this property.
- name
Type: System.String
The name of the property.
- type
Type: Microsoft.Data.Edm.IEdmTypeReference
The type of the property.
- defaultValueString
Type: System.String
- concurrencyMode
Type: Microsoft.Data.Edm.EdmConcurrencyMode
The concurrency mode of this property.