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!

SQLCommandConverter.GetPersistInfo

[To be supplied.]

[Visual Basic]
Overrides Public Function GetPersistInfo( _
   ByVal context As ITypeDescriptorContext, _
   ByVal obj As Object _
) As PersistInfo
[C#]
public override PersistInfo GetPersistInfo(
   ITypeDescriptorContext context,
   object obj
);
[C++]
public: override PersistInfo* GetPersistInfo(
   ITypeDescriptorContext* context,
   Object* obj
);
[JScript]
public override function GetPersistInfo(
   context : ITypeDescriptorContext,
   obj : Object
) : PersistInfo;

Parameters

context
[To be supplied.]
obj
[To be supplied.]

See Also

SQLCommandConverter Class | SQLCommandConverter Members | System.Data.SQL Namespace