xSQL.Schema.SqlServer Namespace : SqlClrProcedureCollection Class |
The following tables list the members exposed by SqlClrProcedureCollection.
Name | Description | |
---|---|---|
SqlClrProcedureCollection Constructor | Initializes a new instance of the SqlClrProcedureCollection class. |
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<SqlClrProcedure>) | |
Item | Overloaded. Gets the SqlClrProcedure element with the specified schema and name. |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<SqlClrProcedure>) | |
AddRange | Adds the items from otherCollection to this collection. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlClrProcedure>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<SqlClrProcedure>) | |
Contains | Overloaded. Indicates whether the collection contains a procedure with the specified schema and name. | |
CopyFrom | Overloaded. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlClrProcedure>) | |
CopyTo | Overloaded. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlClrProcedure>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<SqlClrProcedure>) | |
GetItemById | Returns the element with the specified id. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlClrProcedure>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<SqlClrProcedure>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<SqlClrProcedure>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<SqlClrProcedure>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<SqlClrProcedure>) | |
ToString | Returns a string that contains collection elements formatted as comma-separated values. (Inherited from xSQL.Schema.Core.CollectionDictionaryBase<SqlClrProcedure>) |