NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ColumnsCollectionEditor.CreateInstance

We add new instance of DataColumn to parentCollection, so new instance has valid parent property, and valid names.

[Visual Basic]
Overrides Protected Function CreateInstance( _
   ByVal type As Type _
) As Object
[C#]
protected override object CreateInstance(
   Type type
);
[C++]
protected: override Object* CreateInstance(
   Type* type
);
[JScript]
protected override function CreateInstance(
   type : Type
) : Object;

Parameters

type
[To be supplied.]

See Also

ColumnsCollectionEditor Class | ColumnsCollectionEditor Members | System.Data.Design Namespace