Public Property KeyType As Nullable(Of PrimaryKeyType)
Dim instance As Field Dim value As Nullable(Of PrimaryKeyType) instance.KeyType = value value = instance.KeyType
public Nullable<PrimaryKeyType> KeyType {get; set;}
public: __property Nullable<PrimaryKeyType> get_KeyType(); public: __property void set_KeyType( Nullable<PrimaryKeyType> value );
public: property Nullable<PrimaryKeyType> KeyType { Nullable<PrimaryKeyType> get(); void set ( Nullable<PrimaryKeyType> value); }