public class EntityParameterCollection extends DbParameterCollection
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.EntityClient.EntityParameterCollection
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Entity
|
static java.lang.String |
className
Qualified class name: System.Data.EntityClient.EntityParameterCollection
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EntityParameterCollection() |
EntityParameterCollection(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EntityParameter |
Add(EntityParameter value) |
int |
Add(NetObject value) |
EntityParameter |
Add(java.lang.String parameterName,
DbType dbType) |
EntityParameter |
Add(java.lang.String parameterName,
DbType dbType,
int size) |
void |
AddRange(Array values) |
void |
AddRange(EntityParameter[] values) |
EntityParameter |
AddWithValue(java.lang.String parameterName,
NetObject value) |
static EntityParameterCollection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EntityParameterCollection, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
Contains(NetObject value) |
boolean |
Contains(java.lang.String parameterName) |
void |
CopyTo(Array array,
int index) |
void |
CopyTo(EntityParameter[] array,
int index) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
IndexOf(EntityParameter value) |
int |
IndexOf(NetObject value) |
int |
IndexOf(java.lang.String parameterName) |
void |
Insert(int index,
EntityParameter value) |
void |
Insert(int index,
NetObject value) |
void |
Remove(EntityParameter value) |
void |
Remove(NetObject value) |
void |
RemoveAt(int index) |
void |
RemoveAt(java.lang.String parameterName) |
void |
setJCOInstance(JCObject instance) |
getCount, getIsFixedSize, getIsReadOnly, getIsSynchronized, getSyncRootCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EntityParameterCollection()
throws java.lang.Throwable
java.lang.Throwablepublic EntityParameterCollection(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic EntityParameter Add(EntityParameter value) throws java.lang.Throwable
java.lang.Throwablepublic int Add(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
Add in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic EntityParameter Add(java.lang.String parameterName, DbType dbType) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, RegexMatchTimeoutException, IndexOutOfRangeException, ArgumentException
public EntityParameter Add(java.lang.String parameterName, DbType dbType, int size) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, RegexMatchTimeoutException, IndexOutOfRangeException, ArgumentException
public void AddRange(Array values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
AddRange in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void AddRange(EntityParameter[] values) throws java.lang.Throwable
java.lang.Throwablepublic EntityParameter AddWithValue(java.lang.String parameterName, NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic static EntityParameterCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EntityParameterCollection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEntityParameterCollection instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
InvalidOperationException
Clear in class DbParameterCollectionjava.lang.ThrowableInvalidOperationExceptionpublic boolean Contains(NetObject value) throws java.lang.Throwable
Contains in class DbParameterCollectionjava.lang.Throwablepublic boolean Contains(java.lang.String parameterName)
throws java.lang.Throwable
Contains in class DbParameterCollectionjava.lang.Throwablepublic void CopyTo(Array array, int index) throws java.lang.Throwable
CopyTo in class DbParameterCollectionjava.lang.Throwablepublic void CopyTo(EntityParameter[] array, int index) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DbParameterCollectionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DbParameterCollectionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DbParameterCollectionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DbParameterCollectionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DbParameterCollectionJCType representing the CLR Type of the instantiated Classpublic int IndexOf(EntityParameter value) throws java.lang.Throwable
java.lang.Throwablepublic int IndexOf(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
IndexOf in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic int IndexOf(java.lang.String parameterName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException
IndexOf in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionpublic void Insert(int index,
EntityParameter value)
throws java.lang.Throwable
java.lang.Throwablepublic void Insert(int index,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
Insert in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void Remove(EntityParameter value) throws java.lang.Throwable
java.lang.Throwablepublic void Remove(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
Remove in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void RemoveAt(int index)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
RemoveAt in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void RemoveAt(java.lang.String parameterName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
RemoveAt in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbParameterCollection