代码搜索:department
找到约 6,134 项符合「department」的源代码
代码结果 6,134
www.eeworm.com/read/292288/8361971
cs department.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Hospital_Manage
{
///
/// For
www.eeworm.com/read/389791/8502555
cls department.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/389190/8544590
asp department.asp
www.eeworm.com/read/432958/8560211
sql department.sql
CREATE TABLE Department
(Dep_Id SmallInt Primary Key,
Dep_Name Varchar(40) NOT NULL,
Describe Varchar(400),
UpperId SmallInt NOT NULL
)
www.eeworm.com/read/432958/8560251
cls department.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/432146/8623425
doc department.doc
www.eeworm.com/read/388117/8634830
cs department.cs
using System;
using System.Data;
using System.Collections;
using System.Data.SqlClient;
using OnLineExam.DataAccessLayer;
using OnLineExam.DataAccessHelper;
namespace OnLineExam.BusinessLogi