asp.net.ph

DetailsView.IsBindableType Method

System.Web.UI.WebControls Namespace   DetailsView Class


.NET Framework version 2.0

Determines if the specified data type is bindable to the DetailsView 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 DetailsView class. The supported data types are Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Double, Single, DateTime, Decimal, and String.

See Also

DetailsView Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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