Server.SetDefaultInitFields Method
SQL Server 2012
Specifies whether all the properties are fetched when objects are instantiated.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SetDefaultInitFields(Boolean) | Specifies that all properties are fetched when objects are instantiated. |
|
SetDefaultInitFields(Type, Boolean) | Specifies all the properties are fetched when objects of the specified type are instantiated. |
|
SetDefaultInitFields(Type, StringCollection) | Specifies the properties that are fetched when objects of the specified type are instantiated. |
|
SetDefaultInitFields(Type, String[]) | Specifies the properties that are fetched when objects of the specified type are instantiated. |