EntityBindingSource Methods

Methods

AddAdds an item to the IList.
AddAllColumns 
AddNew 
ContainsDetermines whether the IList contains a specific value.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through a collection.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetItemProperties 
GetListName 
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOfDetermines the index of a specific item in the IList.
InsertInserts an item to the IList at the specified index.
Load 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveRemoves the first occurrence of a specific object from the IList.
RemoveAtRemoves the IList item at the specified index.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

ShouldBeArray
(Defined by Should)

See Also