asp.net.ph

BaseDataList.IsBindableType Method

System.Web.UI.WebControls Namespace   BaseDataList Class


Determines if the specified data type is bindable to the BaseDataList control.

[ VB ]
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
A System.Type that contains the data type to test.

Return Value

This method returns only a boolean value: true if the specified data type can be bound to the control; otherwise false.

Remarks

Use this method to determine whether the specified data type is bindable to a list control that inherits from the BaseDataList class. The supported data types are Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Double, Single, DateTime, Decimal, and String.

See Also

BaseDataList Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph