SingleNestedObjectAttribute Constructor

System.Data.Generic

SingleNestedObjectAttribute Constructor
Initializes a new instance of the SingleNestedObjectAttribute class

Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public SingleNestedObjectAttribute(
	SingleNestedObjectEnum approach
)
Public Sub New ( 
	approach As SingleNestedObjectEnum
)
public:
SingleNestedObjectAttribute(
	SingleNestedObjectEnum approach
)
new : 
        approach : SingleNestedObjectEnum -> SingleNestedObjectAttribute

Parameters

approach
Type: System.Data.GenericSingleNestedObjectEnum

[Missing <param name="approach"/> documentation for "M:System.Data.Generic.SingleNestedObjectAttribute.#ctor(System.Data.Generic.SingleNestedObjectEnum)"]

See Also