OraclePackageData.Prefix Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets or sets the prefix of the stored procedures that are in the package in Oracle.
Namespace: Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("prefix", IsRequired := True)> _
PublicPropertyPrefixAs String
[ConfigurationPropertyAttribute("prefix", IsRequired = true)]
public string Prefix { get; set; }
[ConfigurationPropertyAttribute(L"prefix", IsRequired = true)]
public:
virtualproperty String^ Prefix {
String^ get () sealed;
voidset (String^ value) sealed;
}
publicfinalfunction getPrefix () : String
publicfinalfunction setPrefix (value : String)
Field Value
The prefix of the stored procedures that are in the package in Oracle.
Implements
See Also
Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |