1 instantiation of ColumnAttribute
OracleEndToEnd.ApiService (1)
Program.cs (1)
43[Column("USERNAME")]
3 references to ColumnAttribute
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\Schema\ColumnAttribute.cs (2)
19/// Initializes a new instance of the <see cref="ColumnAttribute" /> class. 26/// Initializes a new instance of the <see cref="ColumnAttribute" /> class.
System.ComponentModel.DataAnnotations (1)
System.ComponentModel.DataAnnotations.cs (1)
30[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.Schema.ColumnAttribute))]