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!

BaseDataList.IsBindableType

[To be supplied.]

[Visual Basic]
Public Shared Function IsBindableType( _
   ByVal type As Type _
) As Boolean
[C#]
public static bool IsBindableType(
   Type type
);
[C++]
public: static bool IsBindableType(
   Type* type
);
[JScript]
public static function IsBindableType(
   type : Type
) : Boolean;

Parameters

type
[To be supplied.]

See Also

BaseDataList Class | BaseDataList Members | System.Web.UI.WebControls Namespace