public class EntityConnectionStringBuilder extends DbConnectionStringBuilder
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.EntityClient.EntityConnectionStringBuilder
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.EntityConnectionStringBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
EntityConnectionStringBuilder() |
EntityConnectionStringBuilder(java.lang.Object instance)
Internal constructor.
|
EntityConnectionStringBuilder(java.lang.String connectionString) |
| Modifier and Type | Method and Description |
|---|---|
static EntityConnectionStringBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EntityConnectionStringBuilder, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
ContainsKey(java.lang.String keyword) |
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
|
java.lang.String |
getMetadata() |
java.lang.String |
getName() |
java.lang.String |
getProvider() |
java.lang.String |
getProviderConnectionString() |
boolean |
Remove(java.lang.String keyword) |
void |
setJCOInstance(JCObject instance) |
void |
setMetadata(java.lang.String Metadata) |
void |
setName(java.lang.String Name) |
void |
setProvider(java.lang.String Provider) |
void |
setProviderConnectionString(java.lang.String ProviderConnectionString) |
boolean |
TryGetValue(java.lang.String keyword,
JCORefOut<NetObject> value) |
Add, AppendKeyValuePair, AppendKeyValuePair, EquivalentTo, getBrowsableConnectionString, getConnectionString, getCount, getIsFixedSize, getIsReadOnly, getKeys, getValues, setBrowsableConnectionString, setConnectionString, ShouldSerializeGetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetAttributes, GetClassName, GetComponentName, GetConverter, GetDefaultEvent, GetDefaultProperty, GetEditor, GetEvents, GetEvents, GetProperties, GetProperties, GetPropertyOwner, ToICustomTypeDescriptorToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EntityConnectionStringBuilder()
throws java.lang.Throwable
java.lang.Throwablepublic EntityConnectionStringBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic EntityConnectionStringBuilder(java.lang.String connectionString)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException
public static EntityConnectionStringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EntityConnectionStringBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEntityConnectionStringBuilder instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException
Clear in class DbConnectionStringBuilderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic boolean ContainsKey(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
ContainsKey in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICustomTypeDescriptorgetJCOAssemblyName in class DbConnectionStringBuilderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICustomTypeDescriptorgetJCOClassName in class DbConnectionStringBuilderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICustomTypeDescriptorgetJCOInstance in class DbConnectionStringBuilderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICustomTypeDescriptorgetJCOObjectName in class DbConnectionStringBuilderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICustomTypeDescriptorgetJCOType in class DbConnectionStringBuilderJCType representing the CLR Type of the instantiated Classpublic java.lang.String getMetadata()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getProvider()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getProviderConnectionString()
throws java.lang.Throwable
java.lang.Throwablepublic boolean Remove(java.lang.String keyword)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException
Remove in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbConnectionStringBuilderpublic void setMetadata(java.lang.String Metadata)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
RegexMatchTimeoutException
public void setName(java.lang.String Name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
RegexMatchTimeoutException
public void setProvider(java.lang.String Provider)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
RegexMatchTimeoutException
public void setProviderConnectionString(java.lang.String ProviderConnectionString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
RegexMatchTimeoutException
public boolean TryGetValue(java.lang.String keyword,
JCORefOut<NetObject> value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
TryGetValue in class DbConnectionStringBuilderjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationException