Returns whether this converter can convert the object to the specified type, using the specified context. Overload List
Converts the given value object to the specified type, using the specified context and culture information. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.culture A System.Globalization.CultureInfo. If null is passed, the current culture is assumed.value Th...
Converts the given value object to the specified type, using the specified context and culture information. Overload List
UltraDataRowsCollection class. Contains one or more rows. Syntax Remarks An UltraDataRowsCollection collection contains one or more UltraDataRow instances. It also implements IBindingList and ITypedList .NET data binding interfaces. You can add one or more rows using the Add or Insert(Int32) methods. You can also ...
For a list of all members of this type, see UltraDataRowsCollection members. Public Events Name Description ListChanged IBindingList.ListChanged event implementation. Top
Public Properties Public Methods Public Events
Public Methods
Public Properties
Adds a new row to the collection. Syntax Return Value Returns the new row that was added to the collection. Example Following code shows various methods and properties available on UltraDataRowsCollection object for manipulating the row collection.