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!

DataStorage.CreateStorage

[To be supplied.]

[Visual Basic]
Public Shared Function CreateStorage( _
   ByVal dataType As Type _
) As DataStorage
[C#]
public static DataStorage CreateStorage(
   Type dataType
);
[C++]
public: static DataStorage* CreateStorage(
   Type* dataType
);
[JScript]
public static function CreateStorage(
   dataType : Type
) : DataStorage;

Parameters

dataType
[To be supplied.]

See Also

DataStorage Class | DataStorage Members | System.Data.Internal Namespace