Visual Basic (Declaration) | |
---|---|
Public Shared Function Create( _ ByVal entityType As Type, _ ByVal propertyName As String, _ ByVal dataType As Type, _ ByVal isNullable As Boolean, _ ByVal isPartOfKey As Boolean, _ ByVal concurrencyStrategy As ConcurrencyStrategy, _ ByVal isAutoIncrementing As Boolean, _ ByVal relatedNavigationPropertyName As String _ ) As DataEntityProperty |
Visual Basic (Usage) | ![]() |
---|---|
Dim entityType As Type Dim propertyName As String Dim dataType As Type Dim isNullable As Boolean Dim isPartOfKey As Boolean Dim concurrencyStrategy As ConcurrencyStrategy Dim isAutoIncrementing As Boolean Dim relatedNavigationPropertyName As String Dim value As DataEntityProperty value = DataEntityProperty.Create(entityType, propertyName, dataType, isNullable, isPartOfKey, concurrencyStrategy, isAutoIncrementing, relatedNavigationPropertyName) |
C# | |
---|---|
public static DataEntityProperty Create( Type entityType, string propertyName, Type dataType, bool isNullable, bool isPartOfKey, ConcurrencyStrategy concurrencyStrategy, bool isAutoIncrementing, string relatedNavigationPropertyName ) |
C++/CLI | |
---|---|
public: static DataEntityProperty^ Create( Type^ entityType, String^ propertyName, Type^ dataType, bool isNullable, bool isPartOfKey, ConcurrencyStrategy concurrencyStrategy, bool isAutoIncrementing, String^ relatedNavigationPropertyName ) |
Parameters
- entityType
- propertyName
- dataType
- isNullable
- isPartOfKey
- concurrencyStrategy
- isAutoIncrementing
- relatedNavigationPropertyName
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family