<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.ComponentModel.DataObjectFieldAttribute

public sealed class DataObjectFieldAttribute : Attribute
public bool IsIdentity { get; }

public bool IsNullable { get; }

public int Length { get; }

public bool PrimaryKey { get; }

public DataObjectFieldAttribute(bool primaryKey)

public DataObjectFieldAttribute(bool primaryKey, bool isIdentity)

public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable)

public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length)