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

Show file 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 property

public string City
return string

CompanyName public property

public string CompanyName
return string

ContactName public property

public string ContactName
return string

Country public property

public string Country
return string

CustomerID public property

public string CustomerID
return string

Orders public property

public ICollection Orders
return ICollection