C# Class NLite.Data.Test.Model.Northwind.Customer

Datei anzeigen Open project: netcasewqs/elinq Class Usage Examples

Public Properties

Property Type Description
City string
CompanyName string
ContactName string
Country string
CustomerID string
Orders ICollection

Property Details

City public_oe property

public string City
return string

CompanyName public_oe property

public string CompanyName
return string

ContactName public_oe property

public string ContactName
return string

Country public_oe property

public string Country
return string

CustomerID public_oe property

public string CustomerID
return string

Orders public_oe property

public ICollection Orders
return ICollection