CustOrderHistTypedView

Fields

The following fields are defined in the CustOrderHistTypedView typed view

Name Type Optional Read-only Max. length Precision Scale
ProductName string (System.String) 40 0 0
Total int (System.Int32) Yes 0 10 0

Mappings

Northwind.dbo.CustOrderHist.Resultset1 (SQL Server (SqlClient))

Type of target: Stored procedure resultset

Typed View Field Target field Nullable Type Length Precision Scale Type converter
ProductName ProductName nvarchar 40 0 0
Total Total Yes int 0 10 0

Code generation information

Setting values

CustOrderHistTypedView (TypedView)

Setting name Value
Typed view row base class name
Output type TypedDataTable

ProductName (TypedViewField)

Setting name Value
Generate as nullable type True

Total (TypedViewField)

Setting name Value
Generate as nullable type True

Attribute definitions per element

None.

Additional interface definitions per element

None.

Additional namespace definitions per element

None.